Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1450 Constant *ConstantVector::getSplat(ElementCount EC, Constant *V) { in getSplat() function in ConstantVector
3015 Constant *ConstantDataVector::getSplat(unsigned NumElts, Constant *V) { in getSplat() function in ConstantDataVector
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp620 APInt APInt::getSplat(unsigned NewLen, const APInt &V) { in getSplat() function in APInt
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1427 auto getSplat = [CurDAG, dl, getI32Imm](uint32_t Hi16, uint32_t Lo16) { in selectI64Imm() local