Searched refs:executeSIToFPInst (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| HD | Interpreter.h | 219 GenericValue executeSIToFPInst(Value *SrcVal, Type *DstTy,
|
| HD | Execution.cpp | 1483 GenericValue Interpreter::executeSIToFPInst(Value *SrcVal, Type *DstTy, in executeSIToFPInst() function in Interpreter 1739 SetValue(&I, executeSIToFPInst(I.getOperand(0), I.getType(), SF), SF); in visitSIToFPInst() 2037 return executeSIToFPInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()
|