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

References

lib/MC/MCParser/AsmParser.cpp
 3078   if (!IntValue.isIntN(128))
 3080   if (!IntValue.isIntN(64)) {
 3081     hi = IntValue.getHiBits(IntValue.getBitWidth() - 64).getZExtValue();
 3081     hi = IntValue.getHiBits(IntValue.getBitWidth() - 64).getZExtValue();
 3082     lo = IntValue.getLoBits(64).getZExtValue();
 3085     lo = IntValue.getZExtValue();