Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h352 SDValue PromoteIntRes_VSCALE(SDNode *N);
H A DLegalizeIntegerTypes.cpp106 case ISD::VSCALE: Res = PromoteIntRes_VSCALE(N); break; in PromoteIntegerResult()
1562 SDValue DAGTypeLegalizer::PromoteIntRes_VSCALE(SDNode *N) { in PromoteIntRes_VSCALE() function in DAGTypeLegalizer