Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CastSrcTy

404   Type *CastSrcTy = 0;
408 CastSrcTy = FirstInst->getOperand(0)->getType();
412 if (PN.getType()->isIntegerTy() && CastSrcTy->isIntegerTy()) {
413 if (!ShouldChangeType(PN.getType(), CastSrcTy))
439 if (CastSrcTy) {
440 if (I->getOperand(0)->getType() != CastSrcTy)