Searched defs:DemandedMask (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp71 bool InstCombiner::SimplifyDemandedBits(Use &U, APInt DemandedMask, argument
104 Value *InstCombiner::SimplifyDemandedUseBits(Value *V, APInt DemandedMask, argument
804 SimplifyShrShlDemandedBits(Instruction *Shr, Instruction *Shl, APInt DemandedMask, APInt &KnownZero, APInt &KnownOne) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1633 APInt DemandedMask = APInt::getLowBitsSet(BitWidth, 8); local
1650 APInt DemandedMask = APInt::getLowBitsSet(BitWidth, 16); local
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp381 SimplifyDemandedBits(SDValue Op, const APInt &DemandedMask, APInt &KnownZero, APInt &KnownOne, TargetLoweringOpt &TLO, unsigned Depth) const argument
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8761 APInt DemandedMask = APInt::getLowBitsSet(64, 56); local

Completed in 258 milliseconds