Searched refs:IsOpLe (Results 1 – 4 of 4) sorted by relevance
89 } else if (IsOpLe(cs.op) || IsOpLt(cs.op)) { in Filter()
93 } else if (IsOpLe(cs.op) || IsOpLt(cs.op)) { in Filter()
158 } else if (IsOpLe(op) || IsOpLt(op)) { in BoundFilter()159 max = FindLtBound<NumericType>(IsOpLe(op), sqlite_val); in BoundFilter()
62 inline bool IsOpLe(int op) { in IsOpLe() function