reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/TargetLowering.h
 3103   bool ShrinkDemandedOp(SDValue Op, unsigned BitWidth, const APInt &Demanded,

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
 1076     if (ShrinkDemandedOp(Op, BitWidth, DemandedBits, TLO))
 1122     if (ShrinkDemandedOp(Op, BitWidth, DemandedBits, TLO))
 1165     if (ShrinkDemandedOp(Op, BitWidth, DemandedBits, TLO))
 1318           ShrinkDemandedOp(Op, BitWidth, DemandedBits, TLO))
 1932         ShrinkDemandedOp(Op, BitWidth, DemandedBits, TLO)) {