Searched refs:opWidth (Results 1 – 1 of 1) sorted by relevance
3686 unsigned opWidth = C.getIntWidth(E->getType()); in GetExprRange() local3687 IntRange L = GetExprRange(C, BO->getLHS(), opWidth); in GetExprRange()3701 IntRange R = GetExprRange(C, BO->getRHS(), opWidth); in GetExprRange()3709 unsigned opWidth = C.getIntWidth(E->getType()); in GetExprRange() local3710 IntRange L = GetExprRange(C, BO->getLHS(), opWidth); in GetExprRange()3711 IntRange R = GetExprRange(C, BO->getRHS(), opWidth); in GetExprRange()