Home
last modified time | relevance | path

Searched refs:ExpandOp_SCALAR_TO_VECTOR (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp445 SDValue DAGTypeLegalizer::ExpandOp_SCALAR_TO_VECTOR(SDNode *N) { in ExpandOp_SCALAR_TO_VECTOR() function in DAGTypeLegalizer
H A DLegalizeTypes.h1110 SDValue ExpandOp_SCALAR_TO_VECTOR (SDNode *N);
H A DLegalizeIntegerTypes.cpp4705 case ISD::SCALAR_TO_VECTOR: Res = ExpandOp_SCALAR_TO_VECTOR(N); break; in ExpandIntegerOperand()