Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/IR/
HDConstantFold.cpp368 bool AllSame = true; in getFoldedSizeOf() local
372 AllSame = false; in getFoldedSizeOf()
375 if (AllSame) { in getFoldedSizeOf()
436 bool AllSame = true; in getFoldedAlignOf() local
439 AllSame = false; in getFoldedAlignOf()
442 if (AllSame) in getFoldedAlignOf()
494 bool AllSame = true; in getFoldedOffsetOf() local
498 AllSame = false; in getFoldedOffsetOf()
501 if (AllSame) { in getFoldedOffsetOf()
HDConstants.cpp2906 bool AllSame = true; in handleOperandChangeImpl() local
2915 AllSame &= Val == ToC; in handleOperandChangeImpl()
2918 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()
2921 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()
/NextBSD/contrib/llvm/utils/TableGen/
HDAsmWriterEmitter.cpp210 bool AllSame = true; in FindUniqueOperandCommands() local
222 AllSame = false; in FindUniqueOperandCommands()
226 if (!AllSame) break; in FindUniqueOperandCommands()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp1602 bool Identity = true, AllSame = true; in getVectorShuffle() local
1605 if (MaskVec[i] != MaskVec[0]) AllSame = false; in getVectorShuffle()
1643 if (AllSame && SameNumElts) { in getVectorShuffle()
HDDAGCombiner.cpp12627 bool AllSame = true; in visitVECTOR_SHUFFLE() local
12639 AllSame = false; in visitVECTOR_SHUFFLE()
12644 if (AllSame) in visitVECTOR_SHUFFLE()