Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h348 SDValue PromoteIntRes_VSCALE(SDNode *N);
H A DLegalizeIntegerTypes.cpp95 case ISD::VSCALE: Res = PromoteIntRes_VSCALE(N); break; in PromoteIntegerResult()
1410 SDValue DAGTypeLegalizer::PromoteIntRes_VSCALE(SDNode *N) { in PromoteIntRes_VSCALE() function in DAGTypeLegalizer