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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp68 bool InstCombiner::SimplifyDemandedBits(Use &U, APInt DemandedMask, argument
100 Value *InstCombiner::SimplifyDemandedUseBits(Value *V, APInt DemandedMask, argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1192 SimplifyDemandedBits(SDValue Op, const APInt &DemandedMask, APInt &KnownZero, APInt &KnownOne, TargetLoweringOpt &TLO, unsigned Depth) const argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp14317 APInt DemandedMask = APInt::getHighBitsSet(BitWidth, 1); local
15798 APInt DemandedMask = APInt::getLowBitsSet(BitWidth, Log2_32(BitWidth)); local

Completed in 203 milliseconds