Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DConstantFold.cpp2188 Optional<unsigned> IRIndex = GEP->getInRangeIndex(); in foldGEPOfGEP() local
2189 if (IRIndex && *IRIndex == GEP->getNumIndices() - 1) in foldGEPOfGEP()
2190 IRIndex = None; in foldGEPOfGEP()
2194 NewIndices, InBounds && GEP->isInBounds(), IRIndex); in foldGEPOfGEP()