Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CRHS

1074   if (ConstantInt *CRHS = dyn_cast<ConstantInt>(RHS)) {
1077 return BinaryOperator::CreateSub(SubOne(CRHS), X);
1082 CRHS->getValue() == (CRHS->getValue() & C2->getValue())) {
1085 const APInt &AddRHSV = CRHS->getValue();
1095 Value *NewAdd = Builder->CreateAdd(X, CRHS, LHS->getName());