Lines Matching defs:NewC
1377 APInt NewC, Offset;
1378 CR->getEquivalentICmp(NewPred, NewC, Offset);
1382 return Builder.CreateICmp(NewPred, NewV, ConstantInt::get(Ty, NewC));
1982 Value *NewC = ConstantExpr::getTrunc(C, X->getType());
1983 Value *NewBO = Opc == Instruction::Sub ? Builder.CreateBinOp(Opc, NewC, X)
1984 : Builder.CreateBinOp(Opc, X, NewC);
2239 Value *NewC = Builder.CreateBinOp(
2241 return BinaryOperator::Create(ShiftOp, NewC, ShAmt);
2440 Constant *NewC = ConstantInt::get(Ty, *C & *XorC);
2443 return BinaryOperator::CreateXor(And, NewC);
3953 APInt NewC = WO->getBinaryOp() == Instruction::Add
3960 Pred, WO->getLHS(), ConstantInt::get(WO->getLHS()->getType(), NewC));
4189 APInt NewC, Offset;
4190 CR->getEquivalentICmp(NewPred, NewC, Offset);
4199 ConstantInt::get(Ty, NewC));