Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h205 GenericValue executeSExtInst(Value *SrcVal, Type *DstTy,
H A DExecution.cpp1287 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()