Home
last modified time | relevance | path

Searched defs:MappingContext (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp97 struct MappingContext { struct
98 ValueToValueMapTy *VM;
99 ValueMaterializer *Materializer = nullptr;
102 explicit MappingContext(ValueToValueMapTy &VM, in MappingContext() argument