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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1659 llvm::APSInt vecSize(32);
1660 if (!ArraySize->isIntegerConstantExpr(vecSize, Context)) {
1669 unsigned vectorSize = static_cast<unsigned>(vecSize.getZExtValue());
4675 llvm::APSInt vecSize(32);
4677 !sizeExpr->isIntegerConstantExpr(vecSize, S.Context)) {
4693 // vecSize is specified in bytes - convert to bits.
4694 unsigned vectorSize = static_cast<unsigned>(vecSize.getZExtValue() * 8);
4843 unsigned vecSize = typeSize * numElts; local
4844 if (vecSize != 64 && vecSize !
[all...]

Completed in 110 milliseconds