Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:slt

839   if (LHS.isSigned() ? RHS.slt(LHS) : RHS.ult(LHS))