Home
last modified time | relevance | path

Searched refs:ExpandIntOp_RETURNADDR (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h496 SDValue ExpandIntOp_RETURNADDR(SDNode *N);
H A DLegalizeIntegerTypes.cpp4723 case ISD::FRAMEADDR: Res = ExpandIntOp_RETURNADDR(N); break; in ExpandIntegerOperand()
4991 SDValue DAGTypeLegalizer::ExpandIntOp_RETURNADDR(SDNode *N) { in ExpandIntOp_RETURNADDR() function in DAGTypeLegalizer