Searched refs:LE (Results 1 – 7 of 7) sorted by relevance
77 MAKE_COMPARATOR(LE,<=)97 #define CHECK_LE(x,y) CHECK_OP(x,y,LE,<=)
44 LE = 12, enumerator179 Operator& Operator::create<Operator::LE>();
76 IntOperand* BinaryOp<Operator::LE>::eval(const Module&, const TargetLDBackend&);
209 Operator& Operator::create<Operator::LE>() { in create()210 static BinaryOp<Operator::LE> op; in create()
188 %left '<' LE '>' GE708 | exp LE exp711 &Operator::create<Operator::LE>());
91 IntOperand* BinaryOp<Operator::LE>::eval(const Module& pModule, in eval()
172 <LDSCRIPT,EXPRESSION>"<=" { return token::LE; }