CodeQL library for C/C++
codeql/cpp-all 0.12.12-dev (changelog, source)
Search

Member predicate IRGuardCondition::ensuresLtEdge

Holds if (determined by this guard) op < k must be isLessThan on the edge from pred to succ. If isLessThan = false then this implies op >= k.

predicate ensuresLtEdge(Operand left, int k, IRBlock pred, IRBlock succ, boolean isLessThan)