Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1968 uint64_t RelEnd = S.endOffset() - AllocBeginOffset; in isIntegerWideningViableForSlice() local
1972 if (RelEnd > Size) in isIntegerWideningViableForSlice()
1990 if (!isa<VectorType>(LI->getType()) && RelBegin == 0 && RelEnd == Size) in isIntegerWideningViableForSlice()
1995 } else if (RelBegin != 0 || RelEnd != Size || in isIntegerWideningViableForSlice()
2015 if (!isa<VectorType>(ValueTy) && RelBegin == 0 && RelEnd == Size) in isIntegerWideningViableForSlice()
2020 } else if (RelBegin != 0 || RelEnd != Size || in isIntegerWideningViableForSlice()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1898 uint64_t RelEnd = S.endOffset() - AllocBeginOffset; in isIntegerWideningViableForSlice() local
1902 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()