Home | History | Annotate | Download | only in MC

Lines Matching refs:MCConstantExpr

36     OS << cast<MCConstantExpr>(*this).getValue();
89 if (isa<MCConstantExpr>(BE.getLHS()) || isa<MCSymbolRefExpr>(BE.getLHS())) {
98 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) {
127 if (isa<MCConstantExpr>(BE.getRHS()) || isa<MCSymbolRefExpr>(BE.getRHS())) {
156 const MCConstantExpr *MCConstantExpr::Create(int64_t Value, MCContext &Ctx) {
157 return new (Ctx) MCConstantExpr(Value);
292 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(this)) {
467 Res = MCValue::get(cast<MCConstantExpr>(this)->getValue());