Create an frem with fast‐math flags copied from FMFSource.
Synopsis
Declared in <llvm/IR/InstrTypes.h>
static
BinaryOperator*
CreateFRemFMF(
Value* V1,
Value* V2,
Instruction* FMFSource,
Twine const& Name = "");
Return Value
The newly created frem operator.
Parameters
Name |
Description |
V1 |
The first operand value. |
V2 |
The second operand value. |
FMFSource |
Instruction whose fast‐math flags are copied. |
Name |
Optional name for the new instruction. |
Created with MrDocs