Searched refs:ExtMaskVal (Results 1 – 1 of 1) sorted by relevance
146 APInt ExtMaskVal = MaskVal.zext(DstTy.getScalarSizeInBits()); in tryCombineZExt() local154 if (KB && (KB->getKnownZeroes(AndSrc) | ExtMaskVal).isAllOnes()) { in tryCombineZExt()158 auto Mask = Builder.buildConstant(DstTy, ExtMaskVal); in tryCombineZExt()