Home | History | Annotate | Download | only in InstCombine

Lines Matching full:apint

471   void computeKnownBits(Value *V, APInt &KnownZero, APInt &KnownOne,
477 bool MaskedValueIsZero(Value *V, const APInt &Mask, unsigned Depth = 0,
515 Value *SimplifyDemandedUseBits(Value *V, APInt DemandedMask, APInt &KnownZero,
516 APInt &KnownOne, unsigned Depth,
518 bool SimplifyDemandedBits(Use &U, APInt DemandedMask, APInt &KnownZero,
519 APInt &KnownOne, unsigned Depth = 0);
523 APInt DemandedMask, APInt &KnownZero,
524 APInt &KnownOne);
530 Value *SimplifyDemandedVectorElts(Value *V, APInt DemandedElts,
531 APInt &UndefElts, unsigned Depth = 0);
568 Value *Descale(Value *Val, APInt Scale, bool &NoSignedWrap);