Searched defs:getSplat (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | Constants.cpp | 1385 Constant *ConstantVector::getSplat(ElementCount EC, Constant *V) { getSplat() function in ConstantVector |
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ | ||
H A D | APInt.cpp | 620 APInt APInt::getSplat(unsigned NewLen, const APInt &V) { in getSplat() function in APInt |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ | ||
H A D | PPCISelDAGToDAG.cpp | 1440 auto getSplat = [CurDAG, dl, getI32Imm](uint32_t Hi16, uint32_t Lo16) { selectI64Imm() local |