HomeSort by relevance Sort by last modified time
    Searched full:countleadingzeros (Results 126 - 150 of 179) sorted by null

1 2 3 4 56 7 8

  /external/llvm/lib/IR/
ConstantRange.cpp 859 APInt Zeros(getBitWidth(), getUnsignedMax().countLeadingZeros());
  /external/llvm/lib/Support/
raw_ostream.cpp 414 unsigned Nibbles = (64 - countLeadingZeros(FN.HexValue)+3)/4;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 343 MB = BitWidth - ((V - 1) ^ V).countLeadingZeros();
372 if ((Mask->getValue().countLeadingZeros() +
392 if ((Mask->getValue().countLeadingZeros() +
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
BitVector.h 260 return (CurrentWord + 1) * BITWORD_SIZE - countLeadingZeros(Copy) - 1;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
BitVector.h 260 return (CurrentWord + 1) * BITWORD_SIZE - countLeadingZeros(Copy) - 1;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
BitVector.h 260 return (CurrentWord + 1) * BITWORD_SIZE - countLeadingZeros(Copy) - 1;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
BitVector.h 260 return (CurrentWord + 1) * BITWORD_SIZE - countLeadingZeros(Copy) - 1;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
BitVector.h 260 return (CurrentWord + 1) * BITWORD_SIZE - countLeadingZeros(Copy) - 1;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
BitVector.h 260 return (CurrentWord + 1) * BITWORD_SIZE - countLeadingZeros(Copy) - 1;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
BitVector.h 260 return (CurrentWord + 1) * BITWORD_SIZE - countLeadingZeros(Copy) - 1;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
BitVector.h 260 return (CurrentWord + 1) * BITWORD_SIZE - countLeadingZeros(Copy) - 1;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
BitVector.h 260 return (CurrentWord + 1) * BITWORD_SIZE - countLeadingZeros(Copy) - 1;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
BitVector.h 260 return (CurrentWord + 1) * BITWORD_SIZE - countLeadingZeros(Copy) - 1;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
BitVector.h 260 return (CurrentWord + 1) * BITWORD_SIZE - countLeadingZeros(Copy) - 1;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
BitVector.h 260 return (CurrentWord + 1) * BITWORD_SIZE - countLeadingZeros(Copy) - 1;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp 546 unsigned LZ = countLeadingZeros(Imm);
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 299 unsigned RotAmt = countLeadingZeros(V);
ARMMCCodeEmitter.cpp     [all...]
  /external/valgrind/VEX/priv/
host_arm64_isel.c     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 617 numElementsWidth - sizeWidth > count.countLeadingZeros())
    [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp     [all...]
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 671 int32_t width = (32 - countLeadingZeros(v)) - lsb;
    [all...]

Completed in 821 milliseconds

1 2 3 4 56 7 8