Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Ty

207     QualType Ty;  // Computation Type.
561 if (Op.Ty->getAs<ComplexType>()->getElementType()->isUnsignedIntegerType()) {
580 Ops.Ty = E->getType();
598 OpInfo.Ty = E->getComputationResultType();
601 assert(OpInfo.Ty->isAnyComplexType());
602 assert(CGF.getContext().hasSameUnqualifiedType(OpInfo.Ty,
611 OpInfo.LHS = EmitComplexToComplexCast(LHSComplexPair, LHSTy, OpInfo.Ty);
617 Result = EmitComplexToComplexCast(Result, OpInfo.Ty, LHSTy);
755 QualType Ty = E->getType()->getAs<ComplexType>()->getElementType();
756 llvm::Type* LTy = CGF.ConvertType(Ty);