Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp148 void ExpandFixedPointDiv(SDNode *Node, SmallVectorImpl<SDValue> &Results);
1082 ExpandFixedPointDiv(Node, Results); in Expand()
1800 void VectorLegalizer::ExpandFixedPointDiv(SDNode *Node, in ExpandFixedPointDiv() function in VectorLegalizer