Home | History | Annotate | Download | only in Sema

Lines Matching refs:isVectorType

3324   if (!(T->isArithmeticType() || T->isVoidType() || T->isVectorType())) {
5148 assert(destTy->isVectorType() || srcTy->isVectorType());
5157 assert(VectorTy->isVectorType() && "Not a vector type!");
5159 if (Ty->isVectorType() || Ty->isIntegerType()) {
5162 Ty->isVectorType() ?
5185 if (SrcTy->isVectorType()) {
5244 && castType->isVectorType() && (PE || PLE)) {
5251 if (!E->getType()->isVectorType())
5307 assert(Ty->isVectorType() && "Expected vector type");
5438 if (S.getLangOpts().OpenCL && CondTy->isVectorType())
5719 if (LHS.get()->getType()->isVectorType() ||
5720 RHS.get()->getType()->isVectorType())
5734 if (getLangOpts().OpenCL && CondTy->isVectorType())
6418 if (LHSType->isVectorType() || RHSType->isVectorType()) {
6419 if (LHSType->isVectorType() && RHSType->isVectorType()) {
6964 if (LHS.get()->getType()->isVectorType() ||
6965 RHS.get()->getType()->isVectorType())
6991 if (LHS.get()->getType()->isVectorType() ||
6992 RHS.get()->getType()->isVectorType()) {
7259 if (LHS.get()->getType()->isVectorType() ||
7260 RHS.get()->getType()->isVectorType()) {
7334 if (LHS.get()->getType()->isVectorType() ||
7335 RHS.get()->getType()->isVectorType()) {
7501 if (LHS.get()->getType()->isVectorType() ||
7502 RHS.get()->getType()->isVectorType())
7867 if (LHS.get()->getType()->isVectorType() ||
7868 RHS.get()->getType()->isVectorType())
8329 if (LHS.get()->getType()->isVectorType() ||
8330 RHS.get()->getType()->isVectorType()) {
8355 if (LHS.get()->getType()->isVectorType() || RHS.get()->getType()->isVectorType())
8804 } else if (S.getLangOpts().AltiVec && ResType->isVectorType()) {
8806 } else if(S.getLangOpts().OpenCL && ResType->isVectorType() &&
9834 resultType->isVectorType())