HomeSort by relevance Sort by last modified time
    Searched refs:ZB_Max (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
MathExtras.h 34 ZB_Max,
181 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined are
186 findFirstSet(T Val, ZeroBehavior ZB = ZB_Max) {
187 if (ZB == ZB_Max && Val == 0)
197 findFirstSet(T Val, ZeroBehavior ZB = ZB_Max) LLVM_DELETED_FUNCTION;
204 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined are
209 findLastSet(T Val, ZeroBehavior ZB = ZB_Max) {
210 if (ZB == ZB_Max && Val == 0)
223 findLastSet(T Val, ZeroBehavior ZB = ZB_Max) LLVM_DELETED_FUNCTION;
  /external/llvm/lib/Support/
APInt.cpp     [all...]

Completed in 207 milliseconds