Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4860 Type *XTy = X->getType(), *YTy = Y->getType(); in foldICmpWithZextOrSext() local
4861 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()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp2752 LLT YTy = MRI.getType(Y); in matchHoistLogicOpWithSameOpcodeHands() local
2753 if (XTy != YTy) in matchHoistLogicOpWithSameOpcodeHands()
2755 if (!isLegalOrBeforeLegalizer({LogicOpcode, {XTy, YTy}})) in matchHoistLogicOpWithSameOpcodeHands()