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

References

lib/IR/Verifier.cpp
 4234   Assert(IF->isDeclaration(), "Intrinsic functions should never be defined!",
 4235          IF);
 4239   FunctionType *IFTy = IF->getFunctionType();
 4251          "Intrinsic has incorrect return type!", IF);
 4253          "Intrinsic has incorrect argument type!", IF);
 4258            "Intrinsic was not defined with variable arguments!", IF);
 4261            "Callsite was not defined with variable arguments!", IF);
 4264   Assert(TableRef.empty(), "Intrinsic has too few arguments!", IF);
 4271   Assert(ExpectedName == IF->getName(),
 4275          IF);