Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp141 SDValue ExpandSELECT(SDNode *Node);
995 if (SDValue Expanded = ExpandSELECT(Node)) { in Expand()
1325 SDValue VectorLegalizer::ExpandSELECT(SDNode *Node) { in ExpandSELECT() function in VectorLegalizer