Home
last modified time | relevance | path

Searched refs:IRIndex (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantFold.cpp2025 std::optional<unsigned> IRIndex = GEP->getInRangeIndex(); in foldGEPOfGEP() local
2026 if (IRIndex && *IRIndex == GEP->getNumIndices() - 1) in foldGEPOfGEP()
2027 IRIndex = std::nullopt; in foldGEPOfGEP()
2031 NewIndices, InBounds && GEP->isInBounds(), IRIndex); in foldGEPOfGEP()