Home
last modified time | relevance | path

Searched defs:isSplat (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1098 bool isSplat = true; in visitShuffleVectorInst() local
/external/llvm/lib/Support/
DAPInt.cpp675 bool APInt::isSplat(unsigned SplatSizeInBits) const { in isSplat() function in APInt
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp144 static bool isSplat(ArrayRef<Value *> VL) { in isSplat() function