Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h485 SDValue ExpandIntOp_SPLAT_VECTOR(SDNode *N);
H A DLegalizeIntegerTypes.cpp4198 case ISD::SPLAT_VECTOR: Res = ExpandIntOp_SPLAT_VECTOR(N); break; in ExpandIntegerOperand()
4454 SDValue DAGTypeLegalizer::ExpandIntOp_SPLAT_VECTOR(SDNode *N) { in ExpandIntOp_SPLAT_VECTOR() function in DAGTypeLegalizer