Lines Matching refs:Mapped
453 auto Mapped = mapValue(V); in mapValue() local
454 assert((Mapped || (Flags & RF_NullMapMissingGlobalValues)) && in mapValue()
457 return Mapped; in mapValue()
463 Value *Mapped = nullptr; in mapValue() local
466 Mapped = mapValueOrNull(Op); in mapValue()
467 if (!Mapped) in mapValue()
469 if (Mapped != Op) in mapValue()
492 Ops.push_back(cast<Constant>(Mapped)); in mapValue()
496 Mapped = mapValueOrNull(C->getOperand(OpNo)); in mapValue()
497 if (!Mapped) in mapValue()
499 Ops.push_back(cast<Constant>(Mapped)); in mapValue()