Searched refs:IsChainInBounds (Results 1 – 1 of 1) sorted by relevance
993 bool IsChainInBounds = GEPInBounds && PtrGEPInBounds; in reorderGEP() local994 if (IsChainInBounds) { in reorderGEP()998 IsChainInBounds &= all_of(GEP->indices(), IsKnownNonNegative); in reorderGEP()999 if (IsChainInBounds) in reorderGEP()1000 IsChainInBounds &= all_of(PtrGEP->indices(), IsKnownNonNegative); in reorderGEP()1007 SmallVector<Value *, 4>(GEP->indices()), "", IsChainInBounds); in reorderGEP()1010 "", IsChainInBounds); in reorderGEP()