Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4517 uint64_t AbsEnd = in splitAlloca() local
4519 if (Start >= AbsEnd) in splitAlloca()
4522 Size = std::min(Size, AbsEnd - Start); in splitAlloca()