Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ult

873   if (LHS.isSigned() ? RHS.slt(LHS) : RHS.ult(LHS))
878 if (Range.ult(llvm::APInt(Range.getBitWidth(), 64))) {