Lines Matching refs:GenericValue
286 EE->StoreValueToMemory(PTOGV(Dest), (GenericValue*)(Array+i*PtrSize), in reset()
292 (GenericValue*)(Array+InputArgv.size()*PtrSize), in reset()
328 runFunction(F, std::vector<GenericValue>()); in runStaticConstructorsDestructors()
356 std::vector<GenericValue> GVArgs; in runFunctionAsMain()
357 GenericValue GVArgc; in runFunctionAsMain()
533 GenericValue ExecutionEngine::getConstantValue(const Constant *C) { in getConstantValue()
536 GenericValue Result; in getConstantValue()
558 GenericValue Result = getConstantValue(Op0); in getConstantValue()
567 GenericValue GV = getConstantValue(Op0); in getConstantValue()
573 GenericValue GV = getConstantValue(Op0); in getConstantValue()
579 GenericValue GV = getConstantValue(Op0); in getConstantValue()
586 GenericValue GV = getConstantValue(Op0); in getConstantValue()
592 GenericValue GV = getConstantValue(Op0); in getConstantValue()
597 GenericValue GV = getConstantValue(Op0); in getConstantValue()
612 GenericValue GV = getConstantValue(Op0); in getConstantValue()
628 GenericValue GV = getConstantValue(Op0); in getConstantValue()
646 GenericValue GV = getConstantValue(Op0); in getConstantValue()
652 GenericValue GV = getConstantValue(Op0); in getConstantValue()
661 GenericValue GV = getConstantValue(Op0); in getConstantValue()
699 GenericValue LHS = getConstantValue(Op0); in getConstantValue()
700 GenericValue RHS = getConstantValue(CE->getOperand(1)); in getConstantValue()
701 GenericValue GV; in getConstantValue()
792 GenericValue Result; in getConstantValue()
857 void ExecutionEngine::StoreValueToMemory(const GenericValue &Val, in StoreValueToMemory()
858 GenericValue *Ptr, Type *Ty) { in StoreValueToMemory()
918 void ExecutionEngine::LoadValueFromMemory(GenericValue &Result, in LoadValueFromMemory()
919 GenericValue *Ptr, in LoadValueFromMemory()
998 GenericValue Val = getConstantValue(Init); in InitializeMemory()
999 StoreValueToMemory(Val, (GenericValue*)Addr, Init->getType()); in InitializeMemory()