Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h498 SDValue ExpandIntOp_SPLAT_VECTOR(SDNode *N);
H A DLegalizeIntegerTypes.cpp4706 case ISD::SPLAT_VECTOR: Res = ExpandIntOp_SPLAT_VECTOR(N); break; in ExpandIntegerOperand()
4974 SDValue DAGTypeLegalizer::ExpandIntOp_SPLAT_VECTOR(SDNode *N) { in ExpandIntOp_SPLAT_VECTOR() function in DAGTypeLegalizer