Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp146 void ExpandFixedPointDiv(SDNode *Node, SmallVectorImpl<SDValue> &Results);
923 ExpandFixedPointDiv(Node, Results); in Expand()
1602 void VectorLegalizer::ExpandFixedPointDiv(SDNode *Node, in ExpandFixedPointDiv() function in VectorLegalizer