Searched refs:LT (Results 1 – 6 of 6) sorted by relevance
55 MAKE_COMPARATOR(LT,<)74 #define CHECK_LT(x,y) CHECK_OP(x,y,LT,<)
50 LT = 11, enumerator185 Operator& Operator::create<Operator::LT>();
79 IntOperand* BinaryOp<Operator::LT>::eval(const Module&,
266 Operator& Operator::create<Operator::LT>() in create()268 static BinaryOp<Operator::LT> op; in create()
86 IntOperand* BinaryOp<Operator::LT>::eval(const Module& pModule, in eval()
694 &Operator::create<Operator::LT>());