Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp58 APInt DemandedMask(APInt::getAllOnesValue(BitWidth)); in SimplifyDemandedInstructionBits() local
71 bool InstCombiner::SimplifyDemandedBits(Use &U, APInt DemandedMask, in SimplifyDemandedBits()
104 Value *InstCombiner::SimplifyDemandedUseBits(Value *V, APInt DemandedMask, in SimplifyDemandedUseBits()
805 Instruction *Shl, APInt DemandedMask, APInt &KnownZero, APInt &KnownOne) { in SimplifyShrShlDemandedBits()
DInstCombineVectorOps.cpp156 APInt DemandedMask(VectorWidth, 0); in visitExtractElementInst() local
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1633 APInt DemandedMask = APInt::getLowBitsSet(BitWidth, 8); in PerformDAGCombine() local
1650 APInt DemandedMask = APInt::getLowBitsSet(BitWidth, 16); in PerformDAGCombine() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp388 const APInt &DemandedMask, in SimplifyDemandedBits()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8761 APInt DemandedMask = APInt::getLowBitsSet(64, 56); in performTBISimplification() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp24429 APInt DemandedMask = APInt::getHighBitsSet(BitWidth, 1); in PerformSELECTCombine() local
26896 APInt DemandedMask = APInt::getLowBitsSet(BitWidth, Log2_32(BitWidth)); in PerformBTCombine() local