Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h365 SDValue PromoteIntRes_VSCALE(SDNode *N);
H A DLegalizeIntegerTypes.cpp120 case ISD::VSCALE: Res = PromoteIntRes_VSCALE(N); break; in PromoteIntegerResult()
1847 SDValue DAGTypeLegalizer::PromoteIntRes_VSCALE(SDNode *N) { in PromoteIntRes_VSCALE() function in DAGTypeLegalizer