Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp98 struct MappingContext { struct
99 ValueToValueMapTy *VM;
100 ValueMaterializer *Materializer = nullptr;
103 explicit MappingContext(ValueToValueMapTy &VM, in MappingContext() function
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp87 struct MappingContext { struct
88 ValueToValueMapTy *VM;
89 ValueMaterializer *Materializer = nullptr;
92 explicit MappingContext(ValueToValueMapTy &VM, in MappingContext() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp97 struct MappingContext { struct
98 ValueToValueMapTy *VM;
99 ValueMaterializer *Materializer = nullptr;
102 explicit MappingContext(ValueToValueMapTy &VM, in MappingContext() argument