Searched defs:IsVectorType (Results 1 – 5 of 5) sorted by relevance
165 bool SBType::IsVectorType() { in IsVectorType() function in SBType
1029 bool IsVectorType = isa<VectorType>(Dst) && isa<VectorType>(Src); in getCastInstrCost() local
68 bool CompilerType::IsVectorType(CompilerType *element_type, in IsVectorType() function in CompilerType
3316 bool IsVectorType = A->getBase()->getType()->isVectorType(); in VisitArraySubscriptExpr() local
2888 bool TypeSystemClang::IsVectorType(lldb::opaque_compiler_type_t type, in IsVectorType() function in TypeSystemClang