Searched refs:ZB_Undefined (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DMathExtras.h32 ZB_Undefined, enumerator in enum:llvm::ZeroBehavior
44 /// \param ZB the behavior on an input of 0. Only ZB_Width and ZB_Undefined are
81 if (ZB != ZB_Undefined && Val == 0)
96 if (ZB != ZB_Undefined && Val == 0)
115 /// \param ZB the behavior on an input of 0. Only ZB_Width and ZB_Undefined are
147 if (ZB != ZB_Undefined && Val == 0)
162 if (ZB != ZB_Undefined && Val == 0)
181 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined are
190 return countTrailingZeros(Val, ZB_Undefined);
204 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined ar
[all...]

Completed in 1062 milliseconds