Searched refs:AbsEnd (Results 1 – 1 of 1) sorted by relevance
4036 uint64_t AbsEnd = Expr->getBitPieceOffset() + Expr->getBitPieceSize(); in splitAlloca() local4037 if (Start >= AbsEnd) in splitAlloca()4040 Size = std::min(Size, AbsEnd - Start); in splitAlloca()