Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp285 uint64_t ValWidth = RHS.getBitWidth(); in MakeSymIntVal() local
288 if (ValWidth < TypeWidth) { in MakeSymIntVal()
291 } else if (ValWidth == TypeWidth) { in MakeSymIntVal()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp3596 unsigned ValWidth = ValVT.getSizeInBits(); in GenWidenVectorStores() local
3627 unsigned NumElts = ValWidth / NewVTWidth; in GenWidenVectorStores()