Searched refs:LTPredicate (Results 1 – 2 of 2) sorted by relevance
8169 CmpInst::Predicate LTPredicate = Cmp->isSigned() in lowerThreewayCompare() local8179 auto IsLT = MIRBuilder.buildICmp(LTPredicate, CmpTy, Cmp->getLHSReg(), in lowerThreewayCompare()
10942 auto LTPredicate = (Opcode == ISD::UCMP ? ISD::SETULT : ISD::SETLT); in expandCMP() local10944 SDValue IsLT = DAG.getSetCC(dl, BoolVT, LHS, RHS, LTPredicate); in expandCMP()