Searched defs:vectorSize (Results 1 – 2 of 2) sorted by relevance
688 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in isLegalVectorType()695 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in isLegalVectorType()702 swiftcall::splitLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in splitLegalVectorType()
2412 unsigned vectorSize = static_cast<unsigned>(vecSize->getZExtValue()); in BuildExtVectorType() local