Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1779 bool EndsWithSequential = false; in visitGetElementPtrInst() local
1782 EndsWithSequential = I.isSequential(); in visitGetElementPtrInst()
1785 if (EndsWithSequential) { in visitGetElementPtrInst()