Home
last modified time | relevance | path

Searched defs:DivNode (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_compiler/pi_ir/
Dcustom_nodes.h649DivNode(OpCode op, const NodePtr &left, const NodePtr &right) : BinaryOperation(op, left, right) {} in DivNode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4044 if (SDNode *DivNode = DAG.getNodeIfExists(DivOpcode, N->getVTList(), in visitREM() local