Home | History | Annotate | Download | only in Scalar

Lines Matching defs:SrcTy

1514     Type *SrcTy = PH->getType();
1517 if ((int)SE.getTypeSizeInBits(SrcTy) > Mantissa)
2663 Type *SrcTy = *I;
2664 if (SrcTy != DstTy && TLI->isTruncateFree(SrcTy, DstTy)) {
2670 *J = SE.getAnyExtendExpr(*J, SrcTy);