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

  /external/llvm/include/llvm/Support/
MathExtras.h 35 ZB_Undefined,
69 if (ZB != ZB_Undefined && Val == 0)
85 if (ZB != ZB_Undefined && Val == 0)
106 /// \param ZB the behavior on an input of 0. Only ZB_Width and ZB_Undefined are
138 if (ZB != ZB_Undefined && Val == 0)
154 if (ZB != ZB_Undefined && Val == 0)
175 /// \param ZB the behavior on an input of 0. Only ZB_Width and ZB_Undefined are
190 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined are
196 return countTrailingZeros(Val, ZB_Undefined);
204 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined ar
    [all...]
  /external/llvm/lib/Transforms/IPO/
LowerBitSets.cpp 132 BSI.AlignLog2 = countTrailingZeros(Mask, ZB_Undefined);
    [all...]

Completed in 47 milliseconds