HomeSort by: relevance | last modified time | path
    Searched refs:ZB_Undefined (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
MathExtras.h 46 ZB_Undefined,
116 if (ZB != ZB_Undefined && Val == 0)
132 if (ZB != ZB_Undefined && Val == 0)
153 /// \param ZB the behavior on an input of 0. Only ZB_Width and ZB_Undefined are
185 if (ZB != ZB_Undefined && Val == 0)
201 if (ZB != ZB_Undefined && Val == 0)
222 /// \param ZB the behavior on an input of 0. Only ZB_Width and ZB_Undefined are
237 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined are
243 return countTrailingZeros(Val, ZB_Undefined);
278 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined ar
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
SwiftCallingConv.cpp 665 size = 1ULL << (llvm::findLastSet(size, llvm::ZB_Undefined) + 1);
736 unsigned logCandidateNumElts = llvm::findLastSet(numElts, llvm::ZB_Undefined);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUCallLowering.cpp 697 countTrailingZeros(Info->getPSInputAddr(), ZB_Undefined));
SIISelLowering.cpp 2330 countTrailingZeros(Info->getPSInputAddr(), ZB_Undefined));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 169 BSI.AlignLog2 = countTrailingZeros(Mask, ZB_Undefined);
WholeProgramDevirt.cpp 248 countTrailingZeros(uint8_t(~BitsUsed), ZB_Undefined);

Completed in 53 milliseconds