Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2042 bool IsFirstType = true; in visitGEPOfGEP() local
2047 IsFirstType = false; in visitGEPOfGEP()
2061 if (!IsFirstType) in visitGEPOfGEP()
2076 if (!Offset.isZero() || (!IsFirstType && !ConstIndices[0].isZero())) { in visitGEPOfGEP()
2094 for (const APInt &Idx : drop_begin(ConstIndices, !IsFirstType)) { in visitGEPOfGEP()