Home
last modified time | relevance | path

Searched refs:mapConstant (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DValueMapper.h172 Constant *mapConstant(const Constant &C);
276 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapConstant(*V);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp148 Constant *mapConstant(const Constant *C) { in mapConstant() function in __anonc04a033a0111::Mapper
820 E.Data.GVInit.GV->setInitializer(mapConstant(E.Data.GVInit.Init)); in flush()
834 mapConstant(E.Data.GlobalIndirectSymbol.Target)); in flush()
1098 Constant *ValueMapper::mapConstant(const Constant &C) { in mapConstant() function in ValueMapper