Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:isImm

351   bool isImm() const { return Kind == Immediate || Kind == Expression; }
1360 if (Op->isImm() && Op->getImm() == ImmVal)