Searched refs:ThisArgType (Results 1 – 1 of 1) sorted by relevance
1258 auto *ThisArgType = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local1260 if ((ReferenceType != nullptr) != (ThisArgType != nullptr)) in matchIntrinsicType()1263 if (ThisArgType) { in matchIntrinsicType()1265 ThisArgType->getElementCount()) in matchIntrinsicType()1267 EltTy = ThisArgType->getVectorElementType(); in matchIntrinsicType()1276 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local1277 return (!ThisArgType || ThisArgType->getElementType() != ReferenceType); in matchIntrinsicType()1284 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local1286 return (!ThisArgType || !ReferenceType || in matchIntrinsicType()1287 ThisArgType->getElementType() != ReferenceType->getElementType()); in matchIntrinsicType()