Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp146 void ExpandFixedPointDiv(SDNode *Node, SmallVectorImpl<SDValue> &Results);
871 ExpandFixedPointDiv(Node, Results); in Expand()
1420 void VectorLegalizer::ExpandFixedPointDiv(SDNode *Node, in ExpandFixedPointDiv() function in VectorLegalizer