Home | History | Annotate | Download | only in libSPIRV

Lines Matching defs:Mapped

511 // Assert if the id is mapped to a different entry.
520 SPIRVEntry *Mapped = nullptr;
521 if (exist(Id, &Mapped)) {
522 if (Mapped->getOpCode() == OpForward) {
523 replaceForward(static_cast<SPIRVForward *>(Mapped), Entry);
525 assert(Mapped == Entry && "Id used twice");