Home
last modified time | relevance | path

Searched refs:GTPred (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp918 bool GTPred = (Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_UGT); in parseLoopStructure() local
920 (LTPred && LatchBrExitIdx == 1) || (GTPred && LatchBrExitIdx == 0); in parseLoopStructure()
980 bool GTPred = (Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_UGT); in parseLoopStructure() local
983 (GTPred && LatchBrExitIdx == 1) || (LTPred && LatchBrExitIdx == 0); in parseLoopStructure()