Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NegativeOne

880     Value *NegativeOne = ConstantInt::get(IntTy, -1);
881 Value *SignResult = Builder.CreateSelect(IsNeg, NegativeOne, One);