Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4241 SDValue BuildSDIV(SDNode *N, SelectionDAG &DAG, bool IsAfterLegalization,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp570 SDValue BuildSDIV(SDNode *N);
4252 if (SDValue Op = BuildSDIV(N)) in visitSDIVLike()
22450 SDValue DAGCombiner::BuildSDIV(SDNode *N) { in BuildSDIV() function in DAGCombiner
22457 if (SDValue S = TLI.BuildSDIV(N, DAG, LegalOperations, Built)) { in BuildSDIV()
H A DTargetLowering.cpp5093 SDValue TargetLowering::BuildSDIV(SDNode *N, SelectionDAG &DAG, in BuildSDIV() function in TargetLowering