Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NegOne

1616   Constant *NegOne = Constant::getAllOnesValue(SrcTy);
1617 Value *Result = Builder->CreateICmpSGT(LHSCIOp, NegOne, ICI.getName());