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

References

lib/IR/Function.cpp
 1123   if (Infos.empty()) return true;
 1126   auto InfosRef = Infos;
 1132   IITDescriptor D = Infos.front();
 1133   Infos = Infos.slice(1);
 1133   Infos = Infos.slice(1);
 1149              matchIntrinsicType(VT->getElementType(), Infos, ArgTys,
 1155              matchIntrinsicType(PT->getElementType(), Infos, ArgTys,
 1165         if (matchIntrinsicType(ST->getElementType(i), Infos, ArgTys,
 1235         Infos = Infos.slice(1);
 1235         Infos = Infos.slice(1);
 1250       return matchIntrinsicType(EltTy, Infos, ArgTys, DeferredChecks,
 1327       return matchIntrinsicType(VTy, Infos, ArgTys, DeferredChecks,