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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp24 /// ShrinkDemandedConstant - Check to see if the specified operand of the
28 static bool ShrinkDemandedConstant(Instruction *I, unsigned OpNo, function
283 if (ShrinkDemandedConstant(I, 1, DemandedMask & ~LHSKnownZero))
326 if (ShrinkDemandedConstant(I, 1, DemandedMask))
388 if (ShrinkDemandedConstant(I, 1, DemandedMask))
431 if (ShrinkDemandedConstant(I, 1, DemandedMask) ||
432 ShrinkDemandedConstant(I, 2, DemandedMask))
556 if (ShrinkDemandedConstant(I, 1, InDemandedBits))
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp281 /// ShrinkDemandedConstant - Check to see if the specified operand of the
285 bool TargetLowering::TargetLoweringOpt::ShrinkDemandedConstant(SDValue Op, function in class:TargetLowering::TargetLoweringOpt
431 if (TLO.ShrinkDemandedConstant(Op, ~LHSZero & NewMask))
454 if (TLO.ShrinkDemandedConstant(Op, ~KnownZero2 & NewMask))
488 if (TLO.ShrinkDemandedConstant(Op, NewMask))
561 } else if (TLO.ShrinkDemandedConstant(Op, NewMask)) {
580 if (TLO.ShrinkDemandedConstant(Op, NewMask))
598 if (TLO.ShrinkDemandedConstant(Op, NewMask))

Completed in 292 milliseconds