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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4367 Type *XTy = X->getType(), *YTy = Y->getType(); local
4368 if (XTy != YTy) {
4373 if (XTy->getScalarSizeInBits() < YTy->getScalarSizeInBits())
4374 X = Builder.CreateCast(CastOp0->getOpcode(), X, YTy);
4375 else if (YTy->getScalarSizeInBits() < XTy->getScalarSizeInBits())

Completed in 53 milliseconds