Lines Matching refs:XTy
1178 Type *XTy; in foldSignBitTest() local
1182 XTy = X->getType(); in foldSignBitTest()
1183 unsigned XBitWidth = XTy->getScalarSizeInBits(); in foldSignBitTest()
1191 XTy = X->getType(); in foldSignBitTest()
1198 X, ConstantInt::getNullValue(XTy)); in foldSignBitTest()
5922 Type *XTy = X->getType(), *YTy = Y->getType(); in foldICmpWithZextOrSext() local
5923 if (XTy != YTy) { in foldICmpWithZextOrSext()
5930 if (XTy->getScalarSizeInBits() < YTy->getScalarSizeInBits()) in foldICmpWithZextOrSext()
5932 else if (YTy->getScalarSizeInBits() < XTy->getScalarSizeInBits()) in foldICmpWithZextOrSext()
5933 Y = Builder.CreateCast(CastOpcode, Y, XTy); in foldICmpWithZextOrSext()
6592 Type *XTy = X->getType(); in foldICmpUsingKnownBits() local
6601 auto *CmpC = ConstantInt::get(XTy, Log2C2 - Log2C1); in foldICmpUsingKnownBits()