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

References

lib/IR/Verifier.cpp
 1990   for (int i = 0; i < NumParams; i++) {
 1990   for (int i = 0; i < NumParams; i++) {
 1991     Type *ParamType = TargetFuncType->getParamType(i);
 1992     Type *ArgType = Call.getArgOperand(5 + i)->getType();
 1999       AttributeSet ArgAttrs = Attrs.getParamAttributes(5 + i);