Searched refs:countMaxActiveBits (Results 1 – 8 of 8) sorted by relevance
305 unsigned countMaxActiveBits() const { in countMaxActiveBits() function
97 computeKnownBits(LHS, *DL).countMaxActiveBits() <= 8) && in matchVPDPBUSDPattern()
7198 DAG.computeKnownBits(LHS).countMaxActiveBits() <= EltSizeInBits && in getPack()7199 DAG.computeKnownBits(RHS).countMaxActiveBits() <= EltSizeInBits) in getPack()44115 DAG.computeKnownBits(Op0).countMaxActiveBits() <= 8) && in detectExtMul()50178 unsigned MaxActiveBits = DAG->computeKnownBits(V).countMaxActiveBits(); in detectAVGPattern()51681 return DAG.computeKnownBits(V).countMaxActiveBits() <= 16; in combinePMULH()
449 return computeKnownBits(Op, *DL, 0, AC).countMaxActiveBits(); in numBitsUnsigned()
49 return DAG.computeKnownBits(Op).countMaxActiveBits(); in numBitsUnsigned()4675 unsigned LHSValBits = LHSKnown.countMaxActiveBits(); in computeKnownBitsForTargetNode()4676 unsigned RHSValBits = RHSKnown.countMaxActiveBits(); in computeKnownBitsForTargetNode()4738 unsigned Src1ValBits = Src1Known.countMaxActiveBits(); in computeKnownBitsForTargetNode()
1497 const unsigned EffWidthY = YKnown.countMaxActiveBits(); in simplifyLShrInst()2217 const unsigned EffWidthY = YKnown.countMaxActiveBits(); in simplifyAndInst()2220 const unsigned EffWidthX = XKnown.countMaxActiveBits(); in simplifyAndInst()
1796 DAG.computeKnownBits(OpL).countMaxActiveBits(); in PromoteSetCCOperands()1798 DAG.computeKnownBits(OpR).countMaxActiveBits(); in PromoteSetCCOperands()
13849 if (Known.countMaxActiveBits() <= Log2_32(Size)) { in visitTRUNCATE()