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

  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.cpp 1450 unsigned AndBitWidth = And.getValueSizeInBits();
1451 if (BitWidth > AndBitWidth) {
1453 if (Known.countMinLeadingZeros() < BitWidth - AndBitWidth)
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 22632 unsigned AndBitWidth = And.getValueSizeInBits();
22633 if (BitWidth > AndBitWidth) {
22635 if (Known.countMinLeadingZeros() < BitWidth - AndBitWidth)
    [all...]

Completed in 54 milliseconds