Lines Matching refs:GenericValue

287     EE->StoreValueToMemory(PTOGV(Dest), (GenericValue*)(Array+i*PtrSize),  in reset()
293 (GenericValue*)(Array+InputArgv.size()*PtrSize), in reset()
330 runFunction(F, std::vector<GenericValue>()); in runStaticConstructorsDestructors()
358 std::vector<GenericValue> GVArgs; in runFunctionAsMain()
359 GenericValue GVArgc; in runFunctionAsMain()
523 GenericValue ExecutionEngine::getConstantValue(const Constant *C) { in getConstantValue()
526 GenericValue Result; in getConstantValue()
548 GenericValue Result = getConstantValue(Op0); in getConstantValue()
557 GenericValue GV = getConstantValue(Op0); in getConstantValue()
563 GenericValue GV = getConstantValue(Op0); in getConstantValue()
569 GenericValue GV = getConstantValue(Op0); in getConstantValue()
576 GenericValue GV = getConstantValue(Op0); in getConstantValue()
582 GenericValue GV = getConstantValue(Op0); in getConstantValue()
587 GenericValue GV = getConstantValue(Op0); in getConstantValue()
602 GenericValue GV = getConstantValue(Op0); in getConstantValue()
618 GenericValue GV = getConstantValue(Op0); in getConstantValue()
636 GenericValue GV = getConstantValue(Op0); in getConstantValue()
642 GenericValue GV = getConstantValue(Op0); in getConstantValue()
651 GenericValue GV = getConstantValue(Op0); in getConstantValue()
689 GenericValue LHS = getConstantValue(Op0); in getConstantValue()
690 GenericValue RHS = getConstantValue(CE->getOperand(1)); in getConstantValue()
691 GenericValue GV; in getConstantValue()
782 GenericValue Result; in getConstantValue()
847 void ExecutionEngine::StoreValueToMemory(const GenericValue &Val, in StoreValueToMemory()
848 GenericValue *Ptr, Type *Ty) { in StoreValueToMemory()
908 void ExecutionEngine::LoadValueFromMemory(GenericValue &Result, in LoadValueFromMemory()
909 GenericValue *Ptr, in LoadValueFromMemory()
971 GenericValue Val = getConstantValue(Init); in InitializeMemory()
972 StoreValueToMemory(Val, (GenericValue*)Addr, Init->getType()); in InitializeMemory()