Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp1399 Constant *ConstantVector::getSplat(ElementCount EC, Constant *V) { in getSplat() function in ConstantVector
3071 Constant *ConstantDataVector::getSplat(unsigned NumElts, Constant *V) { in getSplat() function in ConstantDataVector
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp612 APInt APInt::getSplat(unsigned NewLen, const APInt &V) { in getSplat() function in APInt