Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DstType

548                                                QualType DstType) {
550 DstType = CGF.getContext().getCanonicalType(DstType);
551 if (SrcType == DstType) return Src;
553 if (DstType->isVoidType()) return 0;
566 if (DstType->isBooleanType())
569 llvm::Type *DstTy = ConvertType(DstType);
601 if (DstType->isExtVectorType() && !SrcType->isVectorType()) {
603 QualType EltTy = DstType->getAs<ExtVectorType>()->getElementType();
632 if (DstType->isHalfType())
645 if (DstType->isSignedIntegerOrEnumerationType())