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

References

lib/CodeGen/PreISelIntrinsicLowering.cpp
   29   if (F.use_empty())
   33   Type *Int32Ty = Type::getInt32Ty(F.getContext());
   35   Type *Int8Ty = Type::getInt8Ty(F.getContext());
   37   for (auto I = F.use_begin(), E = F.use_end(); I != E;) {
   37   for (auto I = F.use_begin(), E = F.use_end(); I != E;) {
   40     if (!CI || CI->getCalledValue() != &F)