Searched refs:mapConstant (Results 1 – 2 of 2) sorted by relevance
173 Constant *mapConstant(const Constant &C);276 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapConstant(*V);
149 Constant *mapConstant(const Constant *C) { in mapConstant() function in __anonc32747150111::Mapper838 E.Data.GVInit.GV->setInitializer(mapConstant(E.Data.GVInit.Init)); in flush()852 mapConstant(E.Data.GlobalAliasee.Aliasee)); in flush()1101 Constant *ValueMapper::mapConstant(const Constant &C) { in mapConstant() function in ValueMapper