Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp993 bool IsChainInBounds = GEPInBounds && PtrGEPInBounds; in reorderGEP() local
994 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()