Home
last modified time | relevance | path

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

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