Lines Matching refs:NewC
1967 Constant *NewC = ConstantFoldBinaryOpOperands(BO.getOpcode(), C0, C1, DL); in foldBinopWithPhiOperands() local
1968 if (!NewC) in foldBinopWithPhiOperands()
1983 NewPhi->addIncoming(NewC, ConstBB); in foldBinopWithPhiOperands()
2192 Constant *NewC = ConstantVector::get(NewVecC); in foldVectorBinop() local
2198 NewC = getSafeVectorConstantForBinop(Opcode, NewC, ConstOp1); in foldVectorBinop()
2202 Value *NewLHS = ConstOp1 ? V1 : NewC; in foldVectorBinop()
2203 Value *NewRHS = ConstOp1 ? NewC : V1; in foldVectorBinop()
2964 std::optional<APInt> NewC; in visitGetElementPtrInst() local
2968 NewC = *C - countr_zero(TyAllocSize); in visitGetElementPtrInst()
2974 NewC = Quot; in visitGetElementPtrInst()
2981 NewC = Quot; in visitGetElementPtrInst()
2984 if (NewC.has_value()) { in visitGetElementPtrInst()
2987 ConstantInt::get(V->getType(), *NewC)); in visitGetElementPtrInst()