Searched refs:Mapped_Op (Results 1 – 1 of 1) sorted by relevance
90 Value *Mapped_Op = MapValue(Op, VM, Flags, TypeMapper, Materializer); in MapValue() local93 if (Mapped_Op == nullptr && (Flags & RF_IgnoreMissingEntries)) in MapValue()94 Mapped_Op = Op; in MapValue()95 Elts.push_back(Mapped_Op); in MapValue()