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

Declarations

include/llvm/CodeGen/TargetLowering.h
 4075   bool expandROT(SDNode *N, SDValue &Result, SelectionDAG &DAG) const;

References

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 3328     if (TLI.expandROT(Node, Tmp1, DAG))
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
 1304   if (TLI.expandROT(Op.getNode(), Result, DAG))