Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2027 bool IsFirstType = true; in visitGEPOfGEP() local
2032 IsFirstType = false; in visitGEPOfGEP()
2046 if (!IsFirstType) in visitGEPOfGEP()
2061 if (!Offset.isZero() || (!IsFirstType && !ConstIndices[0].isZero())) { in visitGEPOfGEP()
2079 for (const APInt &Idx : drop_begin(ConstIndices, !IsFirstType)) { in visitGEPOfGEP()