Searched refs:executeFAddInst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp53 static void executeFAddInst(GenericValue &Dest, GenericValue Src1, function
532 case Instruction::FAdd: executeFAddInst(R, Src1, Src2, Ty); break;
1213 case Instruction::FAdd: executeFAddInst(Dest, Op0, Op1, Ty); break;

Completed in 75 milliseconds