Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h213 GenericValue executeFPToUIInst(Value *SrcVal, Type *DstTy,
H A DExecution.cpp1323 GenericValue Interpreter::executeFPToUIInst(Value *SrcVal, Type *DstTy, in executeFPToUIInst() function in Interpreter
1691 SetValue(&I, executeFPToUIInst(I.getOperand(0), I.getType(), SF), SF); in visitFPToUIInst()
1986 return executeFPToUIInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()