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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3983 SDValue BuildSDIV(SDNode *N, SelectionDAG &DAG, bool IsAfterLegalization,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp537 SDValue BuildSDIV(SDNode *N);
3880 if (SDValue Op = BuildSDIV(N))
20525 SDValue DAGCombiner::BuildSDIV(SDNode *N) { function in class:DAGCombiner
20532 if (SDValue S = TLI.BuildSDIV(N, DAG, LegalOperations, Built)) {
H A DTargetLowering.cpp4708 SDValue TargetLowering::BuildSDIV(SDNode *N, SelectionDAG &DAG, function in class:TargetLowering

Completed in 325 milliseconds