Searched refs:YTy (Results 1 – 2 of 2) sorted by relevance
4860 Type *XTy = X->getType(), *YTy = Y->getType(); in foldICmpWithZextOrSext() local4861 if (XTy != YTy) { in foldICmpWithZextOrSext()4868 if (XTy->getScalarSizeInBits() < YTy->getScalarSizeInBits()) in foldICmpWithZextOrSext()4869 X = Builder.CreateCast(CastOpcode, X, YTy); in foldICmpWithZextOrSext()4870 else if (YTy->getScalarSizeInBits() < XTy->getScalarSizeInBits()) in foldICmpWithZextOrSext()
2752 LLT YTy = MRI.getType(Y); in matchHoistLogicOpWithSameOpcodeHands() local2753 if (XTy != YTy) in matchHoistLogicOpWithSameOpcodeHands()2755 if (!isLegalOrBeforeLegalizer({LogicOpcode, {XTy, YTy}})) in matchHoistLogicOpWithSameOpcodeHands()