Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getSub

87   Result = ConstantExpr::getSub(In1, In2);
767 ConstantExpr::getSub(ConstantInt::getAllOnesValue(CI->getType()), CI);
788 return new ICmpInst(ICmpInst::ICMP_SGT, X, ConstantExpr::getSub(SMax, CI));
799 getSub(SMax, C));
1651 ConstantExpr::getSub(RHS, BOp1C));
1685 ConstantExpr::getSub(BOp0C, RHS));