Searched refs:classifyComplexElementType (Results 1 – 2 of 2) sorted by relevance
285 std::optional<PrimType> classifyComplexElementType(QualType T) const { in classifyComplexElementType() function
235 classifyComplexElementType(SubExpr->getType()); in VisitCastExpr()604 PrimType LHSElemT = *this->classifyComplexElementType(LHS->getType()); in VisitComplexBinOp()605 PrimType RHSElemT = *this->classifyComplexElementType(RHS->getType()); in VisitComplexBinOp()2995 return this->emitLoadPop(*classifyComplexElementType(SubExpr->getType()), in emitComplexReal()