Return the integer parameters for this particular target extension type. If there are no parameters, an empty array is returned.
Synopsis
Declared in <llvm/IR/DerivedTypes.h>
ArrayRef<unsigned int>
int_params() const;
Return Value
The integer parameters of this target extension type.
Created with MrDocs