Searched defs:executeFSubInst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp65 static void executeFSubInst(GenericValue &Dest, GenericValue Src1, function
773 case Instruction::FSub: executeFSubInst(R, Src1, Src2, Ty); break;
2029 case Instruction::FSub: executeFSubInst(Dest, Op0, Op1, Ty); break;

Completed in 55 milliseconds