Home
last modified time | relevance | path

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

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