Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ComplexType

32 static const ComplexType *getComplexType(QualType type) {
34 if (const ComplexType *comp = dyn_cast<ComplexType>(type)) {
37 return cast<ComplexType>(cast<AtomicType>(type)->getValueType());
200 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType();
206 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType();
388 SrcType = SrcType->castAs<ComplexType>()->getElementType();
389 DestType = DestType->castAs<ComplexType>()->getElementType();
403 DestType = DestType->castAs<ComplexType>()->getElementType();
607 if (Op.Ty->castAs<ComplexType>()->getElementType()->isUnsignedIntegerType()) {
802 QualType Ty = E->getType()->castAs<ComplexType>()->getElementType();
815 CGF.ConvertType(E->getType()->castAs<ComplexType>()->getElementType());