Searched refs:ZeroBits (Results 1 – 3 of 3) sorted by relevance
183 unsigned ZeroBits = 0; in countr_zero() local189 ZeroBits |= Shift; in countr_zero()194 return ZeroBits; in countr_zero()229 unsigned ZeroBits = 0; in countl_zero() local235 ZeroBits |= Shift; in countl_zero()237 return ZeroBits; in countl_zero()
30243 APInt ZeroBits = APInt::getLowBitsSet(ScalarSize, ShiftLBits); in SimplifyDemandedBitsForTargetNode() local30246 if ((ZeroBits & UnusedBits) != ZeroBits) in SimplifyDemandedBitsForTargetNode()
52433 SDValue ZeroBits = DAG.getConstant(0, dl, MaskVT); in combineOr() local52436 return DAG.getSetCC(dl, MVT::i1, Mask, ZeroBits, ISD::SETNE); in combineOr()