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

References

lib/Target/AArch64/AArch64FastISel.cpp
  523   EVT CEVT = TLI.getValueType(DL, C->getType(), true);
  531   if (const auto *CPN = dyn_cast<ConstantPointerNull>(C)) {
  539   if (const auto *CI = dyn_cast<ConstantInt>(C))
  541   else if (const ConstantFP *CFP = dyn_cast<ConstantFP>(C))
  543   else if (const GlobalValue *GV = dyn_cast<GlobalValue>(C))