Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h225 GenericValue executeBitCastInst(Value *SrcVal, Type *DstTy,
H A DExecution.cpp1487 GenericValue Interpreter::executeBitCastInst(Value *SrcVal, Type *DstTy, in executeBitCastInst() function in Interpreter
1711 SetValue(&I, executeBitCastInst(I.getOperand(0), I.getType(), SF), SF); in visitBitCastInst()
1994 return executeBitCastInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()