Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2118 bool EndsWithSequential = false; in visitGEPOfGEP() local
2121 EndsWithSequential = I.isSequential(); in visitGEPOfGEP()
2124 if (EndsWithSequential) { in visitGEPOfGEP()