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