Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h550 static APInt getSplat(unsigned NewLen, const APInt &V) { in getSplat() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1201 Constant *ConstantVector::getSplat(unsigned NumElts, Constant *V) { in getSplat() function in ConstantVector
2718 Constant *ConstantDataVector::getSplat(unsigned NumElts, Constant *V) { in getSplat() function in ConstantDataVector
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp577 APInt APInt::getSplat(unsigned NewLen, const APInt &V) { in getSplat() function in APInt