Return the expected cost of supporting the floating point operation of the specified type.
Synopsis
Declared in <llvm/Analysis/TargetTransformInfo.h>
InstructionCost
getFPOpCost(Type* Ty) const;
Return Value
The expected cost of supporting the floating point operation.
Parameters
Name |
Description |
Ty |
Floating‐point type. |
Created with MrDocs