Home | History | Annotate | Download | only in Sema

Lines Matching refs:isVectorType

3164   if (!(T->isArithmeticType() || T->isVoidType() || T->isVectorType())) {
4936 assert(VectorTy->isVectorType() && "Not a vector type!");
4938 if (Ty->isVectorType() || Ty->isIntegerType()) {
4941 Ty->isVectorType() ?
4964 if (SrcTy->isVectorType()) {
5023 && castType->isVectorType() && (PE || PLE)) {
5030 if (!E->getType()->isVectorType())
5078 assert(Ty->isVectorType() && "Expected vector type");
5209 if (S.getLangOpts().OpenCL && CondTy->isVectorType())
5468 if (LHSTy->isVectorType() || RHSTy->isVectorType())
5474 if (getLangOpts().OpenCL && CondTy->isVectorType())
6158 if (LHSType->isVectorType() || RHSType->isVectorType()) {
6159 if (LHSType->isVectorType() && RHSType->isVectorType()) {
6550 if (LHSType->isVectorType() && RHSType->isVectorType() &&
6666 if (LHS.get()->getType()->isVectorType() ||
6667 RHS.get()->getType()->isVectorType())
6693 if (LHS.get()->getType()->isVectorType() ||
6694 RHS.get()->getType()->isVectorType()) {
6910 if (LHS.get()->getType()->isVectorType() ||
6911 RHS.get()->getType()->isVectorType()) {
6983 if (LHS.get()->getType()->isVectorType() ||
6984 RHS.get()->getType()->isVectorType()) {
7138 if (LHS.get()->getType()->isVectorType() ||
7139 RHS.get()->getType()->isVectorType())
7488 if (LHS.get()->getType()->isVectorType() ||
7489 RHS.get()->getType()->isVectorType())
7934 if (LHS.get()->getType()->isVectorType() ||
7935 RHS.get()->getType()->isVectorType()) {
7960 if (LHS.get()->getType()->isVectorType() || RHS.get()->getType()->isVectorType())
8401 } else if (S.getLangOpts().AltiVec && ResType->isVectorType()) {
9400 resultType->isVectorType())