Searched refs:RelEnd (Results 1 – 1 of 1) sorted by relevance
2124 uint64_t RelEnd = S.endOffset() - AllocBeginOffset; in isIntegerWideningViableForSlice() local2128 if (RelEnd > Size) in isIntegerWideningViableForSlice()2139 if (!isa<VectorType>(LI->getType()) && RelBegin == 0 && RelEnd == Size) in isIntegerWideningViableForSlice()2144 } else if (RelBegin != 0 || RelEnd != Size || in isIntegerWideningViableForSlice()2157 if (!isa<VectorType>(ValueTy) && RelBegin == 0 && RelEnd == Size) in isIntegerWideningViableForSlice()2162 } else if (RelBegin != 0 || RelEnd != Size || in isIntegerWideningViableForSlice()