• Home
  • Raw
  • Download

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()
597 GenericValue ExecutionEngine::getConstantValue(const Constant *C) { in getConstantValue()
600 GenericValue Result; in getConstantValue()
651 GenericValue Result = getConstantValue(Op0); in getConstantValue()
660 GenericValue GV = getConstantValue(Op0); in getConstantValue()
666 GenericValue GV = getConstantValue(Op0); in getConstantValue()
672 GenericValue GV = getConstantValue(Op0); in getConstantValue()
679 GenericValue GV = getConstantValue(Op0); in getConstantValue()
685 GenericValue GV = getConstantValue(Op0); in getConstantValue()
690 GenericValue GV = getConstantValue(Op0); in getConstantValue()
705 GenericValue GV = getConstantValue(Op0); in getConstantValue()
721 GenericValue GV = getConstantValue(Op0); in getConstantValue()
739 GenericValue GV = getConstantValue(Op0); in getConstantValue()
748 GenericValue GV = getConstantValue(Op0); in getConstantValue()
756 GenericValue GV = getConstantValue(Op0); in getConstantValue()
794 GenericValue LHS = getConstantValue(Op0); in getConstantValue()
795 GenericValue RHS = getConstantValue(CE->getOperand(1)); in getConstantValue()
796 GenericValue GV; in getConstantValue()
891 GenericValue Result; in getConstantValue()
939 GenericValue floatZero; in getConstantValue()
961 GenericValue doubleZero; in getConstantValue()
983 GenericValue intZero; in getConstantValue()
1048 void ExecutionEngine::StoreValueToMemory(const GenericValue &Val, in StoreValueToMemory()
1049 GenericValue *Ptr, Type *Ty) { in StoreValueToMemory()
1124 void ExecutionEngine::LoadValueFromMemory(GenericValue &Result, in LoadValueFromMemory()
1125 GenericValue *Ptr, in LoadValueFromMemory()
1167 GenericValue intZero; in LoadValueFromMemory()
1229 GenericValue Val = getConstantValue(Init); in InitializeMemory()
1230 StoreValueToMemory(Val, (GenericValue*)Addr, Init->getType()); in InitializeMemory()