Searched refs:RelEnd (Results 1 – 1 of 1) sorted by relevance
1898 uint64_t RelEnd = S.endOffset() - AllocBeginOffset; in isIntegerWideningViableForSlice() local1902 if (RelEnd > Size) in isIntegerWideningViableForSlice()1916 if (!isa<VectorType>(LI->getType()) && RelBegin == 0 && RelEnd == Size) in isIntegerWideningViableForSlice()1921 } else if (RelBegin != 0 || RelEnd != Size || in isIntegerWideningViableForSlice()1937 if (!isa<VectorType>(ValueTy) && RelBegin == 0 && RelEnd == Size) in isIntegerWideningViableForSlice()1942 } else if (RelBegin != 0 || RelEnd != Size || in isIntegerWideningViableForSlice()