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

Member predicate IRGuardCondition::ensuresLt

Holds if (determined by this guard) op < k must be isLessThan in block. If isLessThan = false then this implies op >= k.

predicate ensuresLt(Operand op, int k, IRBlock block, boolean isLessThan)