Home | History | Annotate | Download | only in MC

Lines Matching refs:MCConstantExpr

38     OS << cast<MCConstantExpr>(*this).getValue();
74 if (isa<MCConstantExpr>(BE.getLHS()) || isa<MCSymbolRefExpr>(BE.getLHS())) {
83 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) {
112 if (isa<MCConstantExpr>(BE.getRHS()) || isa<MCSymbolRefExpr>(BE.getRHS())) {
143 const MCConstantExpr *MCConstantExpr::Create(int64_t Value, MCContext &Ctx) {
144 return new (Ctx) MCConstantExpr(Value);
430 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(this)) {
615 Res = MCValue::get(cast<MCConstantExpr>(this)->getValue());