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

References

lib/ExecutionEngine/Interpreter/Execution.cpp
 2076   case Instruction::FAdd: executeFAddInst(Dest, Op0, Op1, Ty); break;
 2077   case Instruction::FSub: executeFSubInst(Dest, Op0, Op1, Ty); break;
 2078   case Instruction::FMul: executeFMulInst(Dest, Op0, Op1, Ty); break;
 2079   case Instruction::FDiv: executeFDivInst(Dest, Op0, Op1, Ty); break;
 2080   case Instruction::FRem: executeFRemInst(Dest, Op0, Op1, Ty); break;