Searched refs:opWidth (Results 1 – 1 of 1) sorted by relevance
6364 unsigned opWidth = C.getIntWidth(GetExprType(E)); in GetExprRange() local6365 IntRange L = GetExprRange(C, BO->getLHS(), opWidth); in GetExprRange()6379 IntRange R = GetExprRange(C, BO->getRHS(), opWidth); in GetExprRange()6387 unsigned opWidth = C.getIntWidth(GetExprType(E)); in GetExprRange() local6388 IntRange L = GetExprRange(C, BO->getLHS(), opWidth); in GetExprRange()6389 IntRange R = GetExprRange(C, BO->getRHS(), opWidth); in GetExprRange()