Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CastSrcTy

486   Type *CastSrcTy = nullptr;
489 CastSrcTy = FirstInst->getOperand(0)->getType();
493 if (PN.getType()->isIntegerTy() && CastSrcTy->isIntegerTy()) {
494 if (!ShouldChangeType(PN.getType(), CastSrcTy))
512 if (CastSrcTy) {
513 if (I->getOperand(0)->getType() != CastSrcTy)