Searched refs:executeSIToFPInst (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/ |
| D | Interpreter.h | 219 GenericValue executeSIToFPInst(Value *SrcVal, Type *DstTy,
|
| D | Execution.cpp | 1480 GenericValue Interpreter::executeSIToFPInst(Value *SrcVal, Type *DstTy, in executeSIToFPInst() function in Interpreter 1734 SetValue(&I, executeSIToFPInst(I.getOperand(0), I.getType(), SF), SF); in visitSIToFPInst() 2033 return executeSIToFPInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()
|