Searched defs:getSplat (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/lib/Bindings/Python/ | ||
H A D | IRAttributes.cpp | 846 static PyDenseElementsAttribute getSplat(const PyType &shapedType, getSplat() function in __anon5898d0ac0111::PyDenseElementsAttribute |
/llvm-project/llvm/lib/IR/ | ||
H A D | Constants.cpp | 1450 Constant *ConstantVector::getSplat(ElementCount EC, Constant *V) { getSplat() function in ConstantVector |
/llvm-project/llvm/lib/Support/ | ||
H A D | APInt.cpp | 620 APInt APInt::getSplat(unsigned NewLen, const APInt &V) { getSplat() function in APInt |
/llvm-project/llvm/lib/Target/PowerPC/ | ||
H A D | PPCISelDAGToDAG.cpp | 1427 auto getSplat = [CurDAG, dl, getI32Imm](uint32_t Hi16, uint32_t Lo16) { in selectI64Imm() local |