Home
last modified time | relevance | path

Searched refs:executeFPExtInst (Results 1 – 2 of 2) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h232 GenericValue executeFPExtInst(Value *SrcVal, Type *DstTy,
H A DExecution.cpp1301 GenericValue Interpreter::executeFPExtInst(Value *SrcVal, Type *DstTy, in executeFPExtInst() function in Interpreter
1676 SetValue(&I, executeFPExtInst(I.getOperand(0), I.getType(), SF), SF); in visitFPExtInst()
1985 return executeFPExtInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()