Searched refs:executeSExtInst (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Interpreter.h | 205 GenericValue executeSExtInst(Value *SrcVal, Type *DstTy,
|
| H A D | Execution.cpp | 1287 GenericValue Interpreter::executeSExtInst(Value *SrcVal, Type *DstTy, in executeSExtInst() function in Interpreter 1709 SetValue(&I, executeSExtInst(I.getOperand(0), I.getType(), SF), SF); in visitSExtInst() 2025 return executeSExtInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()
|