Lines Matching defs:Bits
100 bool CheckShift(InterpState &S, CodePtr OpPC, const RT &RHS, unsigned Bits) { in CheckShift()
149 bool AddSubMulHelper(InterpState &S, CodePtr OpPC, unsigned Bits, const T &LHS, in AddSubMulHelper()
183 const unsigned Bits = RHS.bitWidth() + 1; in Add() local
191 const unsigned Bits = RHS.bitWidth() + 1; in Sub() local
199 const unsigned Bits = RHS.bitWidth() * 2; in Mul() local
211 unsigned Bits = RHS.bitWidth(); in BitAnd() local
228 unsigned Bits = RHS.bitWidth(); in BitOr() local
245 unsigned Bits = RHS.bitWidth(); in BitXor() local
265 const unsigned Bits = RHS.bitWidth() * 2; in Rem() local
285 const unsigned Bits = RHS.bitWidth() * 2; in Div() local
302 const unsigned Bits = Val.bitWidth(); in Inv() local
355 unsigned Bits = Value.bitWidth() + 1; in IncDecHelper() local
1062 const unsigned Bits = Offset.bitWidth(); in OffsetHelper() local
1203 const unsigned Bits = LHS.bitWidth(); in Shr() local
1219 const unsigned Bits = LHS.bitWidth(); in Shl() local