Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h207 GenericValue executeZExtInst(Value *SrcVal, Type *DstTy,
H A DExecution.cpp1307 GenericValue Interpreter::executeZExtInst(Value *SrcVal, Type *DstTy, in executeZExtInst() function in Interpreter
1714 SetValue(&I, executeZExtInst(I.getOperand(0), I.getType(), SF), SF); in visitZExtInst()
2023 return executeZExtInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()