Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SrcCast

790     const SCEVCastExpr *SrcCast = cast<SCEVCastExpr>(Src);
792 if (SrcCast->getType() == DstCast->getType()) {
793 Pair->Src = SrcCast->getOperand();