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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1035 bool isSplat = true; local
1091 isSplat = false;
1100 if (isSplat || newMask == LHSMask || newMask == RHSMask || newMask == Mask) {
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp145 static bool isSplat(ArrayRef<Value *> VL) { function in namespace:__anon26372
373 bool LeftBroadcast = isSplat(Left);
374 bool RightBroadcast = isSplat(Right);
677 if (allConstant(VL) || isSplat(VL) || !getSameBlock(VL) || !Opcode) {
1152 if (isSplat(VL)) {
1357 if (!VectorizableTree[0].NeedToGather && isSplat(VectorizableTree[1].Scalars))

Completed in 745 milliseconds