Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:APInt

294   void ComputeMaskedBits(Value *V, APInt &KnownZero,
295 APInt &KnownOne, unsigned Depth = 0) const {
299 bool MaskedValueIsZero(Value *V, const APInt &Mask,
322 Value *SimplifyDemandedUseBits(Value *V, APInt DemandedMask,
323 APInt& KnownZero, APInt& KnownOne,
325 bool SimplifyDemandedBits(Use &U, APInt DemandedMask,
326 APInt& KnownZero, APInt& KnownOne,
334 Value *SimplifyDemandedVectorElts(Value *V, APInt DemandedElts,
335 APInt& UndefElts, unsigned Depth = 0);