Lines Matching refs:GenericValue

356                            (GenericValue*)(&Array[i*PtrSize]), SBytePtr);  in reset()
362 (GenericValue*)(&Array[InputArgv.size()*PtrSize]), in reset()
426 std::vector<GenericValue> GVArgs; in runFunctionAsMain()
427 GenericValue GVArgc; in runFunctionAsMain()
585 GenericValue ExecutionEngine::getConstantValue(const Constant *C) { in getConstantValue()
588 GenericValue Result; in getConstantValue()
642 GenericValue Result = getConstantValue(Op0); in getConstantValue()
651 GenericValue GV = getConstantValue(Op0); in getConstantValue()
657 GenericValue GV = getConstantValue(Op0); in getConstantValue()
663 GenericValue GV = getConstantValue(Op0); in getConstantValue()
670 GenericValue GV = getConstantValue(Op0); in getConstantValue()
676 GenericValue GV = getConstantValue(Op0); in getConstantValue()
681 GenericValue GV = getConstantValue(Op0); in getConstantValue()
696 GenericValue GV = getConstantValue(Op0); in getConstantValue()
712 GenericValue GV = getConstantValue(Op0); in getConstantValue()
730 GenericValue GV = getConstantValue(Op0); in getConstantValue()
739 GenericValue GV = getConstantValue(Op0); in getConstantValue()
747 GenericValue GV = getConstantValue(Op0); in getConstantValue()
785 GenericValue LHS = getConstantValue(Op0); in getConstantValue()
786 GenericValue RHS = getConstantValue(CE->getOperand(1)); in getConstantValue()
787 GenericValue GV; in getConstantValue()
882 GenericValue Result; in getConstantValue()
936 GenericValue floatZero; in getConstantValue()
958 GenericValue doubleZero; in getConstantValue()
980 GenericValue intZero; in getConstantValue()
1018 void ExecutionEngine::StoreValueToMemory(const GenericValue &Val, in StoreValueToMemory()
1019 GenericValue *Ptr, Type *Ty) { in StoreValueToMemory()
1068 void ExecutionEngine::LoadValueFromMemory(GenericValue &Result, in LoadValueFromMemory()
1069 GenericValue *Ptr, in LoadValueFromMemory()
1114 GenericValue intZero; in LoadValueFromMemory()
1176 GenericValue Val = getConstantValue(Init); in InitializeMemory()
1177 StoreValueToMemory(Val, (GenericValue*)Addr, Init->getType()); in InitializeMemory()