Searched defs:isOperand (Results 1 – 2 of 2) sorted by relevance
192 bool isOperand() const { return (Data != UNDEF_PTR) && !(Data & NODE_FLAG); } in isOperand() function in OperandNode
1621 bool isOperand() const { return MyKind == Operand; } in isOperand() function