Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp2161 bool isSplat = true; in visitShuffleVectorInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp625 bool APInt::isSplat(unsigned SplatSizeInBits) const { in isSplat() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp556 bool APInt::isSplat(unsigned SplatSizeInBits) const { in isSplat() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp2866 bool ConstantDataVector::isSplat() const { in isSplat() function in ConstantDataVector
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp229 static bool isSplat(ArrayRef<Value *> VL) { in isSplat() function