Home
last modified time | relevance | path

Searched refs:classifyVectorElementType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h382 PrimType classifyVectorElementType(QualType T) const { in classifyVectorElementType() function
H A DCompiler.cpp684 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()