Lines Matching refs:GenericValue
360 (GenericValue*)(&Array[i*PtrSize]), SBytePtr); in reset()
366 (GenericValue*)(&Array[InputArgv.size()*PtrSize]), in reset()
430 std::vector<GenericValue> GVArgs; in runFunctionAsMain()
431 GenericValue GVArgc; in runFunctionAsMain()
595 GenericValue ExecutionEngine::getConstantValue(const Constant *C) { in getConstantValue()
598 GenericValue Result; in getConstantValue()
649 GenericValue Result = getConstantValue(Op0); in getConstantValue()
658 GenericValue GV = getConstantValue(Op0); in getConstantValue()
664 GenericValue GV = getConstantValue(Op0); in getConstantValue()
670 GenericValue GV = getConstantValue(Op0); in getConstantValue()
677 GenericValue GV = getConstantValue(Op0); in getConstantValue()
683 GenericValue GV = getConstantValue(Op0); in getConstantValue()
688 GenericValue GV = getConstantValue(Op0); in getConstantValue()
703 GenericValue GV = getConstantValue(Op0); in getConstantValue()
719 GenericValue GV = getConstantValue(Op0); in getConstantValue()
737 GenericValue GV = getConstantValue(Op0); in getConstantValue()
746 GenericValue GV = getConstantValue(Op0); in getConstantValue()
754 GenericValue GV = getConstantValue(Op0); in getConstantValue()
792 GenericValue LHS = getConstantValue(Op0); in getConstantValue()
793 GenericValue RHS = getConstantValue(CE->getOperand(1)); in getConstantValue()
794 GenericValue GV; in getConstantValue()
889 GenericValue Result; in getConstantValue()
940 GenericValue floatZero; in getConstantValue()
962 GenericValue doubleZero; in getConstantValue()
984 GenericValue intZero; in getConstantValue()
1049 void ExecutionEngine::StoreValueToMemory(const GenericValue &Val, in StoreValueToMemory()
1050 GenericValue *Ptr, Type *Ty) { in StoreValueToMemory()
1125 void ExecutionEngine::LoadValueFromMemory(GenericValue &Result, in LoadValueFromMemory()
1126 GenericValue *Ptr, in LoadValueFromMemory()
1168 GenericValue intZero; in LoadValueFromMemory()
1230 GenericValue Val = getConstantValue(Init); in InitializeMemory()
1231 StoreValueToMemory(Val, (GenericValue*)Addr, Init->getType()); in InitializeMemory()