Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp134 SDValue ExpandVSELECT(SDNode *Node);
958 if (SDValue Expanded = ExpandVSELECT(Node)) { in Expand()
1582 SDValue VectorLegalizer::ExpandVSELECT(SDNode *Node) { in ExpandVSELECT() function in VectorLegalizer