Lines Matching refs:GenericValue

337                            (GenericValue*)(&Array[i*PtrSize]), SBytePtr);  in reset()
343 (GenericValue*)(&Array[InputArgv.size()*PtrSize]), in reset()
379 runFunction(F, std::vector<GenericValue>()); in runStaticConstructorsDestructors()
407 std::vector<GenericValue> GVArgs; in runFunctionAsMain()
408 GenericValue GVArgc; in runFunctionAsMain()
574 GenericValue ExecutionEngine::getConstantValue(const Constant *C) { in getConstantValue()
577 GenericValue Result; in getConstantValue()
628 GenericValue Result = getConstantValue(Op0); in getConstantValue()
637 GenericValue GV = getConstantValue(Op0); in getConstantValue()
643 GenericValue GV = getConstantValue(Op0); in getConstantValue()
649 GenericValue GV = getConstantValue(Op0); in getConstantValue()
656 GenericValue GV = getConstantValue(Op0); in getConstantValue()
662 GenericValue GV = getConstantValue(Op0); in getConstantValue()
667 GenericValue GV = getConstantValue(Op0); in getConstantValue()
682 GenericValue GV = getConstantValue(Op0); in getConstantValue()
698 GenericValue GV = getConstantValue(Op0); in getConstantValue()
716 GenericValue GV = getConstantValue(Op0); in getConstantValue()
725 GenericValue GV = getConstantValue(Op0); in getConstantValue()
733 GenericValue GV = getConstantValue(Op0); in getConstantValue()
771 GenericValue LHS = getConstantValue(Op0); in getConstantValue()
772 GenericValue RHS = getConstantValue(CE->getOperand(1)); in getConstantValue()
773 GenericValue GV; in getConstantValue()
869 GenericValue Result; in getConstantValue()
917 GenericValue floatZero; in getConstantValue()
939 GenericValue doubleZero; in getConstantValue()
961 GenericValue intZero; in getConstantValue()
1026 void ExecutionEngine::StoreValueToMemory(const GenericValue &Val, in StoreValueToMemory()
1027 GenericValue *Ptr, Type *Ty) { in StoreValueToMemory()
1102 void ExecutionEngine::LoadValueFromMemory(GenericValue &Result, in LoadValueFromMemory()
1103 GenericValue *Ptr, in LoadValueFromMemory()
1145 GenericValue intZero; in LoadValueFromMemory()
1207 GenericValue Val = getConstantValue(Init); in InitializeMemory()
1208 StoreValueToMemory(Val, (GenericValue*)Addr, Init->getType()); in InitializeMemory()