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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp285 uint64_t ValWidth = RHS.getBitWidth(); local
288 if (ValWidth < TypeWidth) {
291 } else if (ValWidth == TypeWidth) {
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2789 unsigned ValWidth = ValVT.getSizeInBits(); local
2818 unsigned NumElts = ValWidth / NewVTWidth;

Completed in 102 milliseconds