Home | History | Annotate | Download | only in Analysis

Lines Matching defs:SrcTy

2023     Type *SrcTy = SrcOp->getType();
2033 ConstantExpr::getIntToPtr(RHSC, SrcTy),
2037 if (RI->getOperand(0)->getType() == SrcTy)
2049 if (MaxRecurse && SrcTy == RI->getOperand(0)->getType())
2059 // Compute the constant that would happen if we truncated to SrcTy then
2061 Constant *Trunc = ConstantExpr::getTrunc(CI, SrcTy);
2109 if (MaxRecurse && SrcTy == RI->getOperand(0)->getType())
2118 SrcTy then
2120 Constant *Trunc = ConstantExpr::getTrunc(CI, SrcTy);
2159 Constant::getNullValue(SrcTy),
2168 Constant::getNullValue(SrcTy),