Lines Matching refs:Cst
187 if (std::optional<SmallVector<APInt>> Cst = in buildInstr() local
191 return buildBuildVectorConstant(DstOps[0], *Cst); in buildInstr()
192 return buildConstant(DstOps[0], Cst->front()); in buildInstr()
232 if (std::optional<APInt> Cst = ConstantFoldBinOp( in buildInstr() local
234 return buildConstant(DstOps[0], *Cst); in buildInstr()
252 if (std::optional<APFloat> Cst = ConstantFoldFPBinOp( in buildInstr() local
254 return buildFConstant(DstOps[0], *Cst); in buildInstr()
273 if (std::optional<APFloat> Cst = ConstantFoldIntToFloat( in buildInstr() local
275 return buildFConstant(DstOps[0], *Cst); in buildInstr()
295 for (unsigned Cst : *MaybeCsts) in buildInstr()
297 buildConstant(VecTy.getScalarType(), Cst).getReg(0)); in buildInstr()