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

References

lib/Target/PowerPC/PPCBoolRetToInt.cpp
   93     Type *IntTy = ST->isPPC64() ? Type::getInt64Ty(V->getContext())
   94                                 : Type::getInt32Ty(V->getContext());
   96     if (auto *C = dyn_cast<Constant>(V))
   98     if (auto *P = dyn_cast<PHINode>(V)) {
  109     auto *A = dyn_cast<Argument>(V);
  110     auto *I = dyn_cast<Instruction>(V);
  115     return new ZExtInst(V, IntTy, "", InstPt);