Searched refs:LTPred (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp923 bool LTPred = (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_ULT); local
926 (LTPred && LatchBrExitIdx == 1) || (GTPred && LatchBrExitIdx == 0);
985 bool LTPred = (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_ULT); local
989 (GTPred && LatchBrExitIdx == 1) || (LTPred && LatchBrExitIdx == 0);

Completed in 141 milliseconds