reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
 3671     if (getParser().parseExpression(SubExprVal))
 3685     if (isa<MCConstantExpr>(SubExprVal)) {
 3686       uint64_t Imm = (cast<MCConstantExpr>(SubExprVal))->getValue();
 3708         getTargetStreamer().addConstantPoolEntry(SubExprVal, IsXReg ? 8 : 4, Loc);