Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp141 static void executeFDivInst(GenericValue &Dest, GenericValue Src1, in executeFDivInst() function
795 case Instruction::FDiv: executeFDivInst(R, Src1, Src2, Ty); break; in visitBinaryOperator()