Home
last modified time | relevance | path

Searched refs:executeFMulInst (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ !
H A DExecution.cpp130 static void executeFMulInst(GenericValue &Dest, GenericValue Src1, in executeFMulInst() function
794 case Instruction::FMul: executeFMulInst(R, Src1, Src2, Ty); break; in visitBinaryOperator()