HomeSort by relevance Sort by last modified time
    Searched refs:MinBits (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
APSIntType.cpp 25 unsigned MinBits;
27 MinBits = Value.getMinSignedBits() - IsUnsigned;
29 MinBits = Value.getActiveBits() + !IsUnsigned;
31 if (MinBits <= BitWidth)
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 312 milliseconds