Searched refs:IRIndex (Results 1 – 1 of 1) sorted by relevance
2025 std::optional<unsigned> IRIndex = GEP->getInRangeIndex(); in foldGEPOfGEP() local2026 if (IRIndex && *IRIndex == GEP->getNumIndices() - 1) in foldGEPOfGEP()2027 IRIndex = std::nullopt; in foldGEPOfGEP()2031 NewIndices, InBounds && GEP->isInBounds(), IRIndex); in foldGEPOfGEP()