Searched refs:ShrinkDemandedConstant (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp23 /// ShrinkDemandedConstant - Check to see if the specified operand of the
27 static bool ShrinkDemandedConstant(Instruction *I, unsigned OpNo, function
244 if (ShrinkDemandedConstant(I, 1, DemandedMask & ~LHSKnownZero))
281 if (ShrinkDemandedConstant(I, 1, DemandedMask))
331 if (ShrinkDemandedConstant(I, 1, DemandedMask))
374 if (ShrinkDemandedConstant(I, 1, DemandedMask) ||
375 ShrinkDemandedConstant(I, 2, DemandedMask))
499 if (ShrinkDemandedConstant(I, 1, InDemandedBits))
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1105 /// ShrinkDemandedConstant - Check to see if the specified operand of the
1109 bool TargetLowering::TargetLoweringOpt::ShrinkDemandedConstant(SDValue Op, function in class:TargetLowering::TargetLoweringOpt
1248 if (TLO.ShrinkDemandedConstant(Op, ~LHSZero & NewMask))
1271 if (TLO.ShrinkDemandedConstant(Op, ~KnownZero2 & NewMask))
1305 if (TLO.ShrinkDemandedConstant(Op, NewMask))
1378 } else if (TLO.ShrinkDemandedConstant(Op, NewMask)) {
1397 if (TLO.ShrinkDemandedConstant(Op, NewMask))
1415 if (TLO.ShrinkDemandedConstant(Op, NewMask))
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h883 /// ShrinkDemandedConstant - Check to see if the specified operand of the
887 bool ShrinkDemandedConstant(SDValue Op, const APInt &Demanded);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp14322 if (TLO.ShrinkDemandedConstant(Cond, DemandedMask) ||
15803 if (TLO.ShrinkDemandedConstant(Op1, DemandedMask) ||

Completed in 237 milliseconds