Lines Matching refs:Mapped
420 auto Mapped = mapValue(V); in mapValue() local
421 assert((Mapped || (Flags & RF_NullMapMissingGlobalValues)) && in mapValue()
424 return Mapped; in mapValue()
430 Value *Mapped = nullptr; in mapValue() local
433 Mapped = mapValueOrNull(Op); in mapValue()
434 if (!Mapped) in mapValue()
436 if (Mapped != Op) in mapValue()
459 Ops.push_back(cast<Constant>(Mapped)); in mapValue()
463 Mapped = mapValueOrNull(C->getOperand(OpNo)); in mapValue()
464 if (!Mapped) in mapValue()
466 Ops.push_back(cast<Constant>(Mapped)); in mapValue()