Home
last modified time | relevance | path

Searched refs:executeSIToFPInst (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DInterpreter.h226 GenericValue executeSIToFPInst(Value *SrcVal, Type *DstTy,
DExecution.cpp1020 GenericValue Interpreter::executeSIToFPInst(Value *SrcVal, Type *DstTy, in executeSIToFPInst() function in Interpreter
1121 SetValue(&I, executeSIToFPInst(I.getOperand(0), I.getType(), SF), SF); in visitSIToFPInst()
1195 return executeSIToFPInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h238 GenericValue executeSIToFPInst(Value *SrcVal, Type *DstTy,
DExecution.cpp1431 GenericValue Interpreter::executeSIToFPInst(Value *SrcVal, Type *DstTy, in executeSIToFPInst() function in Interpreter
1687 SetValue(&I, executeSIToFPInst(I.getOperand(0), I.getType(), SF), SF); in visitSIToFPInst()
1990 return executeSIToFPInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()