Searched refs:InputDemandedBits (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp444 APInt InputDemandedBits = DemandedMask & local
451 InputDemandedBits.setBit(SrcBitWidth-1);
453 InputDemandedBits = InputDemandedBits.trunc(SrcBitWidth);
456 if (SimplifyDemandedBits(I->getOperandUse(0), InputDemandedBits,
459 InputDemandedBits = InputDemandedBits.zext(BitWidth);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1605 APInt InputDemandedBits = local
1612 InputDemandedBits |= InSignBit;
1614 if (SimplifyDemandedBits(Op.getOperand(0), InputDemandedBits,
H A DSelectionDAG.cpp1826 APInt InputDemandedBits = Mask & APInt::getLowBitsSet(BitWidth, EBits); local
1832 InputDemandedBits |= InSignBit;
1834 ComputeMaskedBits(Op.getOperand(0), InputDemandedBits,

Completed in 117 milliseconds