Lines Matching refs:Mapped
464 auto Mapped = mapValue(V); in mapValue() local
465 assert((Mapped || (Flags & RF_NullMapMissingGlobalValues)) && in mapValue()
468 return Mapped; in mapValue()
474 Value *Mapped = nullptr; in mapValue() local
477 Mapped = mapValueOrNull(Op); in mapValue()
478 if (!Mapped) in mapValue()
480 if (Mapped != Op) in mapValue()
503 Ops.push_back(cast<Constant>(Mapped)); in mapValue()
507 Mapped = mapValueOrNull(C->getOperand(OpNo)); in mapValue()
508 if (!Mapped) in mapValue()
510 Ops.push_back(cast<Constant>(Mapped)); in mapValue()