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

/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp353 bool AllSame = true; local
357 AllSame = false;
360 if (AllSame) {
421 bool AllSame = true; local
424 AllSame = false;
427 if (AllSame)
479 bool AllSame = true; local
483 AllSame = false;
486 if (AllSame) {
H A DConstants.cpp2552 bool AllSame = true; local
2560 AllSame &= Val == ToC;
2564 if (AllSame && ToC->isNullValue()) {
2566 } else if (AllSame && isa<UndefValue>(ToC)) {
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp202 bool AllSame = true;
221 AllSame = false;
225 if (!AllSame) break;
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9347 bool AllSame = true; local
9359 AllSame = false;
9364 if (AllSame)

Completed in 101 milliseconds