Searched defs:ShrinkDemandedConstant (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp25 /// ShrinkDemandedConstant - Check to see if the specified operand of the
29 static bool ShrinkDemandedConstant(Instruction *I, unsigned OpNo, function
259 if (ShrinkDemandedConstant(I, 1, DemandedMask & ~LHSKnownZero))
296 if (ShrinkDemandedConstant(I, 1, DemandedMask))
346 if (ShrinkDemandedConstant(I, 1, DemandedMask))
389 if (ShrinkDemandedConstant(I, 1, DemandedMask) ||
390 ShrinkDemandedConstant(I, 2, DemandedMask))
514 if (ShrinkDemandedConstant(I, 1, InDemandedBits))
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp278 /// ShrinkDemandedConstant - Check to see if the specified operand of the
282 bool TargetLowering::TargetLoweringOpt::ShrinkDemandedConstant(SDValue Op, function in class:TargetLowering::TargetLoweringOpt
428 if (TLO.ShrinkDemandedConstant(Op, ~LHSZero & NewMask))
451 if (TLO.ShrinkDemandedConstant(Op, ~KnownZero2 & NewMask))
485 if (TLO.ShrinkDemandedConstant(Op, NewMask))
558 } else if (TLO.ShrinkDemandedConstant(Op, NewMask)) {
577 if (TLO.ShrinkDemandedConstant(Op, NewMask))
595 if (TLO.ShrinkDemandedConstant(Op, NewMask))

Completed in 52 milliseconds