Lines Matching defs:NewC
1328 APInt NewC, Offset;
1329 CR->getEquivalentICmp(NewPred, NewC, Offset);
1333 return Builder.CreateICmp(NewPred, NewV, ConstantInt::get(Ty, NewC));
1943 Value *NewC = ConstantExpr::getTrunc(C, X->getType());
1944 Value *NewBO = Opc == Instruction::Sub ? Builder.CreateBinOp(Opc, NewC, X)
1945 : Builder.CreateBinOp(Opc, X, NewC);
2200 Value *NewC = Builder.CreateBinOp(
2202 return BinaryOperator::Create(ShiftOp, NewC, ShAmt);
2379 Constant *NewC = ConstantInt::get(Ty, *C & *XorC);
2382 return BinaryOperator::CreateXor(And, NewC);
3923 APInt NewC = WO->getBinaryOp() == Instruction::Add
3930 Pred, WO->getLHS(), ConstantInt::get(WO->getLHS()->getType(), NewC));
4159 APInt NewC, Offset;
4160 CR->getEquivalentICmp(NewPred, NewC, Offset);
4169 ConstantInt::get(Ty, NewC));