Searched refs:mapConstant (Results 1 – 2 of 2) sorted by relevance
165 Constant *mapConstant(const Constant &C);268 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapConstant(*V);
137 Constant *mapConstant(const Constant *C) { in mapConstant() function in __anoned9495110111::Mapper823 E.Data.GVInit.GV->setInitializer(mapConstant(E.Data.GVInit.Init)); in flush()836 mapConstant(E.Data.GlobalAliasee.Aliasee)); in flush()1080 Constant *ValueMapper::mapConstant(const Constant &C) { in mapConstant() function in ValueMapper