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

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp 1549 unsigned PossibleTZ = Known2.countMaxTrailingZeros();
1552 PossibleTZ = std::min(PossibleTZ, BitWidth - 1);
1553 unsigned LowBits = Log2_32(PossibleTZ)+1;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 3167 unsigned PossibleTZ = Known2.countMaxTrailingZeros();
3168 unsigned LowBits = Log2_32(PossibleTZ) + 1;
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 6105 unsigned PossibleTZ = Known2.trunc(32).countMaxTrailingZeros();
6106 unsigned LowBits = Log2_32(PossibleTZ) + 1;

Completed in 43 milliseconds