Home | History | Annotate | Download | only in MCParser

Lines Matching refs:MCConstantExpr

677     if (Sym->isVariable() && isa<MCConstantExpr>(Sym->getVariableValue())) {
692 Res = MCConstantExpr::Create(IntVal, getContext());
714 Res = MCConstantExpr::Create(IntVal, getContext());
853 Res = MCConstantExpr::Create(Value, getContext());
1637 else if (!isa<MCConstantExpr>(Sym->getVariableValue()))
1814 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) {
2552 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) {
2571 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) {