Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h403 SDValue PromoteIntOp_VP_SIGN_EXTEND(SDNode *N);
H A DLegalizeIntegerTypes.cpp1943 case ISD::VP_SIGN_EXTEND: Res = PromoteIntOp_VP_SIGN_EXTEND(N); break; in PromoteIntegerOperand()
2320 SDValue DAGTypeLegalizer::PromoteIntOp_VP_SIGN_EXTEND(SDNode *N) { in PromoteIntOp_VP_SIGN_EXTEND() function in DAGTypeLegalizer