Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:MCConstantExpr

207     const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
224 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
241 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
256 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
272 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
294 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Expr))
384 isa<MCConstantExpr>(Op.Mem.Disp) &&
385 cast<MCConstantExpr>(Op.Mem.Disp)->getValue() == 0 &&
393 isa<MCConstantExpr>(Op.Mem.Disp) &&
394 cast<MCConstantExpr>(Op.Mem.Disp)->getValue() == 0 &&
543 const MCExpr *Disp = MCConstantExpr::Create(0, getParser().getContext());
721 ExtraImmOp = MCConstantExpr::Create(SSEComparisonCode,
802 isa<MCConstantExpr>(Op.Mem.Disp) &&
803 cast<MCConstantExpr>(Op.Mem.Disp)->getValue() == 0 &&
815 isa<MCConstantExpr>(Op.Mem.Disp) &&
816 cast<MCConstantExpr>(Op.Mem.Disp)->getValue() == 0 &&
931 if (Op1->isImm() && isa<MCConstantExpr>(Op1->getImm()) &&
932 cast<MCConstantExpr>(Op1->getImm())->getValue() == 1) {
942 if (Op1->isImm() && isa<MCConstantExpr>(Op1->getImm()) &&
943 cast<MCConstantExpr>(Op1->getImm())->getValue() == 3) {