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