Home
last modified time | relevance | path

Searched refs:ValWidth (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp280 uint64_t ValWidth = RHS.getBitWidth(); in MakeSymIntVal() local
283 if (ValWidth < TypeWidth) { in MakeSymIntVal()
286 } else if (ValWidth == TypeWidth) { in MakeSymIntVal()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp2575 unsigned ValWidth = ValVT.getSizeInBits(); in GenWidenVectorStores() local
2604 unsigned NumElts = ValWidth / NewVTWidth; in GenWidenVectorStores()