Searched refs:executeFPToSIInst (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Interpreter.h | 215 GenericValue executeFPToSIInst(Value *SrcVal, Type *DstTy,
|
| H A D | Execution.cpp | 1411 GenericValue Interpreter::executeFPToSIInst(Value *SrcVal, Type *DstTy, in executeFPToSIInst() function in Interpreter 1744 SetValue(&I, executeFPToSIInst(I.getOperand(0), I.getType(), SF), SF); in visitFPToSIInst() 2037 return executeFPToSIInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()
|