Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp269 bool AllSame = true; in getBest() local
277 AllSame = false; in getBest()
285 if (!AllSame) in getBest()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp3306 bool AllSame = true; in handleOperandChangeImpl() local
3317 AllSame &= Val == ToC; in handleOperandChangeImpl()
3320 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()
3323 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()
3347 bool AllSame = true; in handleOperandChangeImpl() local
3357 AllSame &= Val == ToC; in handleOperandChangeImpl()
3360 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()
3363 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2030 bool Identity = true, AllSame = true; in getVectorShuffle() local
2033 if (MaskVec[i] != MaskVec[0]) AllSame = false; in getVectorShuffle()
2071 if (AllSame && SameNumElts) { in getVectorShuffle()
H A DDAGCombiner.cpp23922 bool AllSame = true; in visitVECTOR_SHUFFLE() local
23934 AllSame = false; in visitVECTOR_SHUFFLE()
23939 if (AllSame) in visitVECTOR_SHUFFLE()