Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp99 struct MappingContext { struct
100 ValueToValueMapTy *VM;
101 ValueMaterializer *Materializer = nullptr;
104 explicit MappingContext(ValueToValueMapTy &VM, in MappingContext() argument