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()
654 GenericValue Result = getConstantValue(Op0); in getConstantValue()
663 GenericValue GV = getConstantValue(Op0); in getConstantValue()
669 GenericValue GV = getConstantValue(Op0); in getConstantValue()
675 GenericValue GV = getConstantValue(Op0); in getConstantValue()
682 GenericValue GV = getConstantValue(Op0); in getConstantValue()
688 GenericValue GV = getConstantValue(Op0); in getConstantValue()
693 GenericValue GV = getConstantValue(Op0); in getConstantValue()
708 GenericValue GV = getConstantValue(Op0); in getConstantValue()
724 GenericValue GV = getConstantValue(Op0); in getConstantValue()
742 GenericValue GV = getConstantValue(Op0); in getConstantValue()
751 GenericValue GV = getConstantValue(Op0); in getConstantValue()
759 GenericValue GV = getConstantValue(Op0); in getConstantValue()
797 GenericValue LHS = getConstantValue(Op0); in getConstantValue()
798 GenericValue RHS = getConstantValue(CE->getOperand(1)); in getConstantValue()
799 GenericValue GV; in getConstantValue()
900 GenericValue Result; in getConstantValue()
954 GenericValue floatZero; in getConstantValue()
976 GenericValue doubleZero; in getConstantValue()
998 GenericValue intZero; in getConstantValue()
1036 void ExecutionEngine::StoreValueToMemory(const GenericValue &Val, in StoreValueToMemory()
1037 GenericValue *Ptr, Type *Ty) { in StoreValueToMemory()
1091 void ExecutionEngine::LoadValueFromMemory(GenericValue &Result, in LoadValueFromMemory()
1092 GenericValue *Ptr, in LoadValueFromMemory()
1140 GenericValue intZero; in LoadValueFromMemory()
1202 GenericValue Val = getConstantValue(Init); in InitializeMemory()
1203 StoreValueToMemory(Val, (GenericValue*)Addr, Init->getType()); in InitializeMemory()