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

References

lib/CodeGen/CodeGenPrepare.cpp
 6229   Type *OldType = Cond->getType();
 6230   LLVMContext &Context = Cond->getContext();
 6250   if (auto *Arg = dyn_cast<Argument>(Cond))
 6254   auto *ExtInst = CastInst::Create(ExtType, Cond, NewType);