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

  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 259 uint64_t ValWidth = RHS.getBitWidth();
262 if (ValWidth < TypeWidth) {
265 } else if (ValWidth == TypeWidth) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]

Completed in 52 milliseconds