Searched refs:vectorTy (Results 1 – 4 of 4) sorted by relevance
141 llvm::VectorType *vectorTy);148 llvm::VectorType *vectorTy);155 llvm::VectorType *vectorTy,
677 llvm::VectorType *vectorTy) { in isLegalVectorType() argument678 return isLegalVectorType(CGM, vectorSize, vectorTy->getElementType(), in isLegalVectorType()679 vectorTy->getNumElements()); in isLegalVectorType()691 llvm::VectorType *vectorTy) { in splitLegalVectorType() argument692 auto numElts = vectorTy->getNumElements(); in splitLegalVectorType()693 auto eltTy = vectorTy->getElementType(); in splitLegalVectorType()
2195 if (llvm::VectorType *vectorTy = dyn_cast_or_null<llvm::VectorType>(ty)) in isPassedUsingAVXType() local2196 return (vectorTy->getBitWidth() > 128); in isPassedUsingAVXType()
8449 QualType vectorTy, in tryVectorConvertAndSplat() argument8486 *scalar = S.ImpCastExprToType(scalar->get(), vectorTy, CK_VectorSplat); in tryVectorConvertAndSplat()