Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp75 Value *Mapped_OP = MapValue(OP, VM, Flags, TypeMapper, Materializer); in MapValue() local
78 if (Mapped_OP == OP || in MapValue()
79 (Mapped_OP == nullptr && (Flags & RF_IgnoreMissingEntries))) in MapValue()