Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h367 SDValue ExpandIntOp_RETURNADDR(SDNode *N);
DLegalizeIntegerTypes.cpp2535 case ISD::FRAMEADDR: Res = ExpandIntOp_RETURNADDR(N); break; in ExpandIntegerOperand()
2724 SDValue DAGTypeLegalizer::ExpandIntOp_RETURNADDR(SDNode *N) { in ExpandIntOp_RETURNADDR() function in DAGTypeLegalizer