Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstantFold.cpp353 bool AllSame = true; in getFoldedSizeOf() local
357 AllSame = false; in getFoldedSizeOf()
360 if (AllSame) { in getFoldedSizeOf()
421 bool AllSame = true; in getFoldedAlignOf() local
424 AllSame = false; in getFoldedAlignOf()
427 if (AllSame) in getFoldedAlignOf()
479 bool AllSame = true; in getFoldedOffsetOf() local
483 AllSame = false; in getFoldedOffsetOf()
486 if (AllSame) { in getFoldedOffsetOf()
DConstants.cpp2545 bool AllSame = true; in replaceUsesOfWithOnConstant() local
2553 AllSame &= Val == ToC; in replaceUsesOfWithOnConstant()
2557 if (AllSame && ToC->isNullValue()) { in replaceUsesOfWithOnConstant()
2559 } else if (AllSame && isa<UndefValue>(ToC)) { in replaceUsesOfWithOnConstant()
/external/llvm/utils/TableGen/
DAsmWriterEmitter.cpp202 bool AllSame = true; in FindUniqueOperandCommands() local
221 AllSame = false; in FindUniqueOperandCommands()
225 if (!AllSame) break; in FindUniqueOperandCommands()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9105 bool AllSame = true; in visitVECTOR_SHUFFLE() local
9117 AllSame = false; in visitVECTOR_SHUFFLE()
9122 if (AllSame) in visitVECTOR_SHUFFLE()