Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h341 SDValue PromoteIntRes_SRL(SDNode *N);
H A DLegalizeIntegerTypes.cpp91 case ISD::SRL: Res = PromoteIntRes_SRL(N); break; in PromoteIntegerResult()
1160 SDValue DAGTypeLegalizer::PromoteIntRes_SRL(SDNode *N) { in PromoteIntRes_SRL() function in DAGTypeLegalizer