Lines Matching refs:Mapped
465 auto Mapped = mapValue(V); in mapValue() local
466 assert((Mapped || (Flags & RF_NullMapMissingGlobalValues)) && in mapValue()
469 return Mapped; in mapValue()
475 Value *Mapped = nullptr; in mapValue() local
478 Mapped = mapValueOrNull(Op); in mapValue()
479 if (!Mapped) in mapValue()
481 if (Mapped != Op) in mapValue()
504 Ops.push_back(cast<Constant>(Mapped)); in mapValue()
508 Mapped = mapValueOrNull(C->getOperand(OpNo)); in mapValue()
509 if (!Mapped) in mapValue()
511 Ops.push_back(cast<Constant>(Mapped)); in mapValue()