HomeSort by relevance Sort by last modified time
    Searched defs:Demanded (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/R600/
SIISelLowering.cpp     [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 162 APInt Demanded = APInt::getAllOnesValue(BitWidth);
163 return SimplifyDemandedBits(Op, Demanded);
166 bool SimplifyDemandedBits(SDValue Op, const APInt &Demanded);
789 bool DAGCombiner::SimplifyDemandedBits(SDValue Op, const APInt &Demanded) {
792 if (!TLI.SimplifyDemandedBits(Op, Demanded, KnownZero, KnownOne, TLO))
    [all...]

Completed in 961 milliseconds