Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h341 SDValue PromoteIntRes_SRA(SDNode *N);
H A DLegalizeIntegerTypes.cpp91 case ISD::SRA: Res = PromoteIntRes_SRA(N); break; in PromoteIntegerResult()
1155 SDValue DAGTypeLegalizer::PromoteIntRes_SRA(SDNode *N) { in PromoteIntRes_SRA() function in DAGTypeLegalizer