Searched refs:executeFPToUIInst (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 234 GenericValue executeFPToUIInst(Value *SrcVal, Type *DstTy,
|
D | Execution.cpp | 1324 GenericValue Interpreter::executeFPToUIInst(Value *SrcVal, Type *DstTy, in executeFPToUIInst() function in Interpreter 1692 SetValue(&I, executeFPToUIInst(I.getOperand(0), I.getType(), SF), SF); in visitFPToUIInst() 1992 return executeFPToUIInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()
|