Searched refs:executeZExtInst (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.h | 207 GenericValue executeZExtInst(Value *SrcVal, Type *DstTy,
|
H A D | Execution.cpp | 1307 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()
|