Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h225 GenericValue executeBitCastInst(Value *SrcVal, Type *DstTy,
H A DExecution.cpp1537 GenericValue Interpreter::executeBitCastInst(Value *SrcVal, Type *DstTy, in executeBitCastInst() function in Interpreter
1759 SetValue(&I, executeBitCastInst(I.getOperand(0), I.getType(), SF), SF); in visitBitCastInst()
2043 return executeBitCastInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()