Searched refs:executeFPToSIInst (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 236 GenericValue executeFPToSIInst(Value *SrcVal, Type *DstTy,
|
D | Execution.cpp | 1362 GenericValue Interpreter::executeFPToSIInst(Value *SrcVal, Type *DstTy, in executeFPToSIInst() function in Interpreter 1697 SetValue(&I, executeFPToSIInst(I.getOperand(0), I.getType(), SF), SF); in visitFPToSIInst() 1994 return executeFPToSIInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()
|