Searched defs:getSplat (Results 1 – 3 of 3) sorted by relevance
1450 Constant *ConstantVector::getSplat(ElementCount EC, Constant *V) { in getSplat() function in ConstantVector3015 Constant *ConstantDataVector::getSplat(unsigned NumElts, Constant *V) { in getSplat() function in ConstantDataVector
620 APInt APInt::getSplat(unsigned NewLen, const APInt &V) { in getSplat() function in APInt
1427 auto getSplat = [CurDAG, dl, getI32Imm](uint32_t Hi16, uint32_t Lo16) { in selectI64Imm() local