Home | History | Annotate | Download | only in Sema

Lines Matching defs:opWidth

7258       unsigned opWidth = C.getIntWidth(GetExprType(E));
7259 opWidth);
7273 IntRange R = GetExprRange(C, BO->getRHS(), opWidth);
7281 unsigned opWidth = C.getIntWidth(GetExprType(E));
7282 IntRange L = GetExprRange(C, BO->getLHS(), opWidth);
7283 IntRange R = GetExprRange(C, BO->getRHS(), opWidth);