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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp28 ShrinkDemandedConstant(Instruction *I, unsigned OpNo, APInt Demanded) argument
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp263 ShrinkDemandedConstant(SDValue Op, const APInt &Demanded) argument
302 ShrinkDemandedOp(SDValue Op, unsigned BitWidth, const APInt &Demanded, DebugLoc dl) argument
H A DDAGCombiner.cpp139 APInt Demanded = APInt::getAllOnesValue(BitWidth); local
687 bool DAGCombiner::SimplifyDemandedBits(SDValue Op, const APInt &Demanded) { argument

Completed in 129 milliseconds