Searched refs:numEltsInt (Results 1 – 2 of 2) sorted by relevance
6470 llvm::APSInt numEltsInt(32); in HandleNeonVectorTypeAttr() local6472 !numEltsExpr->isIntegerConstantExpr(numEltsInt, S.Context)) { in HandleNeonVectorTypeAttr()6488 unsigned numElts = static_cast<unsigned>(numEltsInt.getZExtValue()); in HandleNeonVectorTypeAttr()
7814 llvm::APSInt numEltsInt(32); in HandleNeonVectorTypeAttr() local7815 if (!verifyValidIntegerConstantExpr(S, Attr, numEltsInt)) in HandleNeonVectorTypeAttr()7827 unsigned numElts = static_cast<unsigned>(numEltsInt.getZExtValue()); in HandleNeonVectorTypeAttr()