Searched refs:IsOpLt (Results 1 – 4 of 4) sorted by relevance
89 } else if (IsOpLe(cs.op) || IsOpLt(cs.op)) { in Filter()90 max = IsOpLt(cs.op) ? constraint_upid - 1 : constraint_upid; in Filter()
93 } else if (IsOpLe(cs.op) || IsOpLt(cs.op)) { in Filter()94 max = IsOpLt(cs.op) ? constraint_utid - 1 : constraint_utid; in Filter()
66 inline bool IsOpLt(int op) { in IsOpLt() function
158 } else if (IsOpLe(op) || IsOpLt(op)) { in BoundFilter()