Searched defs:IsVectorType (Results 1 – 6 of 6) sorted by relevance
165 bool SBType::IsVectorType() { in IsVectorType() function in SBType
70 bool CompilerType::IsVectorType(CompilerType *element_type, in IsVectorType() function in CompilerType
1512 bool IsVectorType = isa<VectorType>(Dst) && isa<VectorType>(Src); in getCastInstrCost() local
3441 bool IsVectorType = A->getBase()->getType()->isVectorType(); in VisitArraySubscriptExpr() local
3710 bool IsVectorType = isa<VectorType>(I.getType()); in run() local
2930 bool TypeSystemClang::IsVectorType(lldb::opaque_compiler_type_t type, in IsVectorType() function in TypeSystemClang