Home
last modified time | relevance | path

Searched refs:opWidth (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/binutils/opcodes/
HDarc-dis.h56 int opWidth; member
HDarc-dis.c549 state->opWidth = 12; in dsmOneArcInst()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp6181 unsigned opWidth = C.getIntWidth(GetExprType(E)); in GetExprRange() local
6182 IntRange L = GetExprRange(C, BO->getLHS(), opWidth); in GetExprRange()
6196 IntRange R = GetExprRange(C, BO->getRHS(), opWidth); in GetExprRange()
6204 unsigned opWidth = C.getIntWidth(GetExprType(E)); in GetExprRange() local
6205 IntRange L = GetExprRange(C, BO->getLHS(), opWidth); in GetExprRange()
6206 IntRange R = GetExprRange(C, BO->getRHS(), opWidth); in GetExprRange()