Searched refs:classifyVectorElementType (Results 1 – 2 of 2) sorted by relevance
382 PrimType classifyVectorElementType(QualType T) const { in classifyVectorElementType() function
684 return this->emitCopyArray(classifyVectorElementType(CE->getType()), 0, 0, in VisitCastExpr()1377 PrimType ElemT = this->classifyVectorElementType(LHS->getType()); in VisitVectorBinOp()1378 PrimType RHSElemT = this->classifyVectorElementType(RHS->getType()); in VisitVectorBinOp()1379 PrimType ResultElemT = this->classifyVectorElementType(E->getType()); in VisitVectorBinOp()3879 PrimType SrcElemT = classifyVectorElementType(SrcType); in VisitConvertVectorExpr()6460 PrimType ElemT = classifyVectorElementType(SubExpr->getType()); in VisitVectorUnaryOperator()