Searched refs:opWidth (Results 1 – 1 of 1) sorted by relevance
4240 unsigned opWidth = C.getIntWidth(E->getType()); in GetExprRange() local4241 IntRange L = GetExprRange(C, BO->getLHS(), opWidth); in GetExprRange()4255 IntRange R = GetExprRange(C, BO->getRHS(), opWidth); in GetExprRange()4263 unsigned opWidth = C.getIntWidth(E->getType()); in GetExprRange() local4264 IntRange L = GetExprRange(C, BO->getLHS(), opWidth); in GetExprRange()4265 IntRange R = GetExprRange(C, BO->getRHS(), opWidth); in GetExprRange()