Searched defs:isSplat (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1098 bool isSplat = true; local
1154 isSplat = false;
1163 if (isSplat || newMask == LHSMask || newMask == RHSMask || newMask == Mask) {
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp144 static bool isSplat(ArrayRef<Value *> VL) { function in namespace:__anon13028
1025 if (allConstant(VL) || isSplat(VL) || !getSameBlock(VL) || !Opcode) {
1480 if (isSplat(VL)) {
1697 isSplat(VectorizableTree[1].Scalars)))

Completed in 145 milliseconds