Home | History | Annotate | Download | only in Analysis

Lines Matching defs:SrcTy

1614     Type *SrcTy = SrcOp->getType();
1624 ConstantExpr::getIntToPtr(RHSC, SrcTy),
1628 if (RI->getOperand(0)->getType() == SrcTy)
1640 if (MaxRecurse && SrcTy == RI->getOperand(0)->getType())
1650 // Compute the constant that would happen if we truncated to SrcTy then
1652 Constant *Trunc = ConstantExpr::getTrunc(CI, SrcTy);
1701 if (MaxRecurse && SrcTy == RI->getOperand(0)->getType())
1710 // Compute the constant that would happen if we truncated to SrcTy then
1712 Constant *Trunc = ConstantExpr::getTrunc(CI, SrcTy);
1753 Constant::getNullValue(SrcTy),
1762 Constant::getNullValue(SrcTy),