Home
last modified time | relevance | path

Searched refs:AllSame (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/IR/
DConstantFold.cpp354 bool AllSame = true; in getFoldedSizeOf() local
358 AllSame = false; in getFoldedSizeOf()
361 if (AllSame) { in getFoldedSizeOf()
422 bool AllSame = true; in getFoldedAlignOf() local
425 AllSame = false; in getFoldedAlignOf()
428 if (AllSame) in getFoldedAlignOf()
480 bool AllSame = true; in getFoldedOffsetOf() local
484 AllSame = false; in getFoldedOffsetOf()
487 if (AllSame) { in getFoldedOffsetOf()
DConstants.cpp2588 bool AllSame = true; in replaceUsesOfWithOnConstant() local
2596 AllSame &= Val == ToC; in replaceUsesOfWithOnConstant()
2600 if (AllSame && ToC->isNullValue()) { in replaceUsesOfWithOnConstant()
2602 } else if (AllSame && isa<UndefValue>(ToC)) { in replaceUsesOfWithOnConstant()
/freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp645 bool AllSame = true; in collectAllRoots() local
648 AllSame = false; in collectAllRoots()
652 if (!AllSame) in collectAllRoots()
/freebsd-9-stable/contrib/llvm/utils/TableGen/
DAsmWriterEmitter.cpp205 bool AllSame = true; in FindUniqueOperandCommands() local
224 AllSame = false; in FindUniqueOperandCommands()
228 if (!AllSame) break; in FindUniqueOperandCommands()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10079 bool AllSame = true; in visitVECTOR_SHUFFLE() local
10091 AllSame = false; in visitVECTOR_SHUFFLE()
10096 if (AllSame) in visitVECTOR_SHUFFLE()