Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp90 Value *Mapped_Op = MapValue(Op, VM, Flags, TypeMapper, Materializer); in MapValue() local
93 if (Mapped_Op == nullptr && (Flags & RF_IgnoreMissingEntries)) in MapValue()
94 Mapped_Op = Op; in MapValue()
95 Elts.push_back(Mapped_Op); in MapValue()