Home
last modified time | relevance | path

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

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