Lines Matching refs:NewCst
1453 auto NewCst = Builder.buildConstant(MRI.getType(MatchInfo.Offset), in applyCombineIndexedLoadStore() local
1455 MatchInfo.Offset = NewCst.getReg(0); in applyCombineIndexedLoadStore()
1696 const ConstantFP *NewCst = ConstantFP::get(Builder.getContext(), Folded); in applyCombineConstantFoldFpUnary() local
1697 Builder.buildFConstant(MI.getOperand(0), *NewCst); in applyCombineConstantFoldFpUnary()
2476 APInt &NewCst) { in matchCombineConstPtrAddToI2P() argument
2487 NewCst = Cst.zextOrTrunc(DstTy.getSizeInBits()); in matchCombineConstPtrAddToI2P()
2488 NewCst += RHSCst->sextOrTrunc(DstTy.getSizeInBits()); in matchCombineConstPtrAddToI2P()
2497 APInt &NewCst) { in applyCombineConstPtrAddToI2P() argument
2501 Builder.buildConstant(Dst, NewCst); in applyCombineConstPtrAddToI2P()
4779 auto NewCst = B.buildConstant(MRI.getType(RHSReg), LHSCstOff->Value); in matchReassocConstantInnerLHS() local
4781 MI.getOperand(2).setReg(NewCst.getReg(0)); in matchReassocConstantInnerLHS()
4810 auto NewCst = B.buildConstant(MRI.getType(Src2Reg), *C1 + *C2); in matchReassocFoldConstantsInSubTree() local
4813 MI.getOperand(2).setReg(NewCst.getReg(0)); in matchReassocFoldConstantsInSubTree()
4873 auto NewCst = B.buildInstr(Opc, {OpRHSTy}, {OpLHSRHS, OpRHS}); in tryReassocBinOp() local
4874 B.buildInstr(Opc, {DstReg}, {OpLHSLHS, NewCst}); in tryReassocBinOp()