Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:SrcTy

1578   Type *SrcTy     = LHSCIOp->getType();
1589 RHSOp = ConstantExpr::getIntToPtr(RHSC, SrcTy);
1639 // Compute the constant that would happen if we truncated to SrcTy then
1641 Constant *Res1 = ConstantExpr::getTrunc(CI, SrcTy);
1673 Constant *NegOne = Constant::getAllOnesValue(SrcTy);