Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp67 auto *MappedMD = MapMetadata(MD, VM, Flags, TypeMapper, Materializer); in MapValue() local
68 if (MD == MappedMD || (!MappedMD && (Flags & RF_IgnoreMissingEntries))) in MapValue()
76 return VM[V] = MetadataAsValue::get(V->getContext(), MappedMD); in MapValue()