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 37 ZB_Max,
190 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined are
192 template <typename T> T findFirstSet(T Val, ZeroBehavior ZB = ZB_Max) {
193 if (ZB == ZB_Max && Val == 0)
204 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined are
206 template <typename T> T findLastSet(T Val, ZeroBehavior ZB = ZB_Max) {
207 if (ZB == ZB_Max && Val == 0)
  /external/llvm/lib/Support/
APInt.cpp     [all...]

Completed in 894 milliseconds