Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2600 bool isSplat = true; in visitShuffleVectorInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp553 bool APInt::isSplat(unsigned SplatSizeInBits) const { in isSplat() function in APInt
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp3300 bool ConstantDataVector::isSplat() const { in isSplat() function in ConstantDataVector
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp232 static bool isSplat(ArrayRef<Value *> VL) { in isSplat() function