Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:MCConstantExpr

139     const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
153 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
167 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
181 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
192 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
274 getMemBaseReg() == X86::SI) && isa<MCConstantExpr>(getMemDisp()) &&
275 cast<MCConstantExpr>(getMemDisp())->getValue() == 0;
294 getMemBaseReg() == X86::DI) && isa<MCConstantExpr>(getMemDisp()) &&
295 cast<MCConstantExpr>(getMemDisp())->getValue() == 0;
359 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Expr))
421 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getMemDisp()))
440 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getMemDisp()))