Searched defs:Demanded (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp27 ShrinkDemandedConstant(Instruction *I, unsigned OpNo, APInt Demanded) argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1109 ShrinkDemandedConstant(SDValue Op, const APInt &Demanded) argument
1148 ShrinkDemandedOp(SDValue Op, unsigned BitWidth, const APInt &Demanded, DebugLoc dl) argument
H A DDAGCombiner.cpp138 APInt Demanded = APInt::getAllOnesValue(BitWidth); local
684 bool DAGCombiner::SimplifyDemandedBits(SDValue Op, const APInt &Demanded) { argument

Completed in 214 milliseconds