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

  /external/llvm/include/llvm/Support/
MathExtras.h 37 ZB_Undefined,
71 if (ZB != ZB_Undefined && Val == 0)
87 if (ZB != ZB_Undefined && Val == 0)
108 /// \param ZB the behavior on an input of 0. Only ZB_Width and ZB_Undefined are
140 if (ZB != ZB_Undefined && Val == 0)
156 if (ZB != ZB_Undefined && Val == 0)
177 /// \param ZB the behavior on an input of 0. Only ZB_Width and ZB_Undefined are
192 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined are
198 return countTrailingZeros(Val, ZB_Undefined);
206 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined ar
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
MathExtras.h 46 ZB_Undefined,
80 if (ZB != ZB_Undefined && Val == 0)
96 if (ZB != ZB_Undefined && Val == 0)
117 /// \param ZB the behavior on an input of 0. Only ZB_Width and ZB_Undefined are
149 if (ZB != ZB_Undefined && Val == 0)
165 if (ZB != ZB_Undefined && Val == 0)
186 /// \param ZB the behavior on an input of 0. Only ZB_Width and ZB_Undefined are
201 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined are
207 return countTrailingZeros(Val, ZB_Undefined);
242 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined ar
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MathExtras.h 37 ZB_Undefined,
71 if (ZB != ZB_Undefined && Val == 0)
87 if (ZB != ZB_Undefined && Val == 0)
108 /// \param ZB the behavior on an input of 0. Only ZB_Width and ZB_Undefined are
140 if (ZB != ZB_Undefined && Val == 0)
156 if (ZB != ZB_Undefined && Val == 0)
177 /// \param ZB the behavior on an input of 0. Only ZB_Width and ZB_Undefined are
192 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined are
198 return countTrailingZeros(Val, ZB_Undefined);
206 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined ar
    [all...]

Completed in 197 milliseconds