Searched refs:XTy (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1369 Type *XTy; local
1373 XTy = X->getType();
1374 unsigned XBitWidth = XTy->getScalarSizeInBits();
1382 XTy = X->getType();
1389 X, ConstantInt::getNullValue(XTy));
4367 Type *XTy = X->getType(), *YTy = Y->getType(); local
4368 if (XTy != YTy) {
4373 if (XTy->getScalarSizeInBits() < YTy->getScalarSizeInBits())
4375 else if (YTy->getScalarSizeInBits() < XTy->getScalarSizeInBits())
4376 Y = Builder.CreateCast(CastOp0->getOpcode(), Y, XTy);
5036 Type *XTy = X->getType(); local
[all...]
H A DInstCombineAddSub.cpp1122 Type *XTy = X->getType();
1123 bool HadTrunc = I.getType() != XTy;

Completed in 124 milliseconds