Searched defs:AllSame (Results 1 - 3 of 3) 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.cpp2563 bool AllSame = true; local
2571 AllSame &= Val == ToC;
2575 if (AllSame && ToC->isNullValue()) {
2577 } else if (AllSame && isa<UndefValue>(ToC)) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9407 bool AllSame = true; local
9419 AllSame = false;
9424 if (AllSame)

Completed in 323 milliseconds