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

/external/llvm/lib/IR/
H A DConstantFold.cpp354 bool AllSame = true; local
358 AllSame = false;
361 if (AllSame) {
422 bool AllSame = true; local
425 AllSame = false;
428 if (AllSame)
480 bool AllSame = true; local
484 AllSame = false;
487 if (AllSame) {
H A DConstants.cpp2650 bool AllSame = true; local
2658 AllSame &= Val == ToC;
2662 if (AllSame && ToC->isNullValue()) {
2664 } else if (AllSame && isa<UndefValue>(ToC)) {
/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp640 bool AllSame = true;
643 AllSame = false;
647 if (!AllSame)
/external/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp210 bool AllSame = true; local
229 AllSame = false;
233 if (!AllSame) break;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10646 bool AllSame = true; local
10658 AllSame = false;
10663 if (AllSame)

Completed in 251 milliseconds