Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp55 APInt DemandedMask(APInt::getAllOnesValue(BitWidth)); in SimplifyDemandedInstructionBits() local
68 bool InstCombiner::SimplifyDemandedBits(Use &U, APInt DemandedMask, in SimplifyDemandedBits()
100 Value *InstCombiner::SimplifyDemandedUseBits(Value *V, APInt DemandedMask, in SimplifyDemandedUseBits()
DInstCombineVectorOps.cpp122 APInt DemandedMask(VectorWidth, 0); in visitExtractElementInst() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1188 const APInt &DemandedMask, in SimplifyDemandedBits()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp14101 APInt DemandedMask = APInt::getHighBitsSet(BitWidth, 1); in PerformSELECTCombine() local
15627 APInt DemandedMask = APInt::getLowBitsSet(BitWidth, Log2_32(BitWidth)); in PerformBTCombine() local