Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h205 GenericValue executeSExtInst(Value *SrcVal, Type *DstTy,
H A DExecution.cpp1251 GenericValue Interpreter::executeSExtInst(Value *SrcVal, Type *DstTy, in executeSExtInst() function in Interpreter
1673 SetValue(&I, executeSExtInst(I.getOperand(0), I.getType(), SF), SF); in visitSExtInst()