Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h281 SDValue PromoteIntRes_SRA(SDNode *N);
DLegalizeIntegerTypes.cpp86 case ISD::SRA: Res = PromoteIntRes_SRA(N); break; in PromoteIntegerResult()
665 SDValue DAGTypeLegalizer::PromoteIntRes_SRA(SDNode *N) { in PromoteIntRes_SRA() function in DAGTypeLegalizer