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

/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp28 ShrinkDemandedConstant(Instruction *I, unsigned OpNo, APInt Demanded) argument
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DAMDGPUISelDAGToDAG.cpp519 APInt Demanded = APInt(32, 0x00FFFFFF); local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp281 ShrinkDemandedConstant(SDValue Op, const APInt &Demanded) argument
320 ShrinkDemandedOp(SDValue Op, unsigned BitWidth, const APInt &Demanded, SDLoc dl) argument
H A DDAGCombiner.cpp151 APInt Demanded = APInt::getAllOnesValue(BitWidth); local
717 bool DAGCombiner::SimplifyDemandedBits(SDValue Op, const APInt &Demanded) { argument

Completed in 335 milliseconds