Home
last modified time | relevance | path

Searched defs:DemandedMask (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp57 APInt DemandedMask(APInt::getAllOnesValue(BitWidth)); in SimplifyDemandedInstructionBits() local
70 bool InstCombiner::SimplifyDemandedBits(Use &U, APInt DemandedMask, in SimplifyDemandedBits()
102 Value *InstCombiner::SimplifyDemandedUseBits(Value *V, APInt DemandedMask, in SimplifyDemandedUseBits()
846 Instruction *Shl, APInt DemandedMask, APInt &KnownZero, APInt &KnownOne) { in SimplifyShrShlDemandedBits()
DInstCombineVectorOps.cpp202 APInt DemandedMask(VectorWidth, 0); in visitExtractElementInst() local
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1622 APInt DemandedMask = APInt::getLowBitsSet(BitWidth, 8); in PerformDAGCombine() local
1639 APInt DemandedMask = APInt::getLowBitsSet(BitWidth, 16); in PerformDAGCombine() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp373 const APInt &DemandedMask, in SimplifyDemandedBits()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp19746 APInt DemandedMask = APInt::getHighBitsSet(BitWidth, 1); in PerformSELECTCombine() local
21475 APInt DemandedMask = APInt::getLowBitsSet(BitWidth, Log2_32(BitWidth)); in PerformBTCombine() local