Home
last modified time | relevance | path

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

/external/llvm/test/Bitcode/
Dmdnodes-distinct-nodes-first.ll6 ; bitcode. !1 is referenced as opN=1.
Dmdnodes-distinct-in-post-order.ll6 ; bitcode. !3 is referenced as opN=3.
Dmdnodes-distinct-nodes-break-cycles.ll14 ; bitcode. !3 is referenced as opN=3.
Dmdnodes-in-post-order.ll9 ; bitcode. !3 is referenced as opN=3.
/external/llvm-project/llvm/test/Bitcode/
Dmdnodes-distinct-nodes-first.ll6 ; bitcode. !1 is referenced as opN=1.
Dmdnodes-distinct-in-post-order.ll7 ; bitcode. !3 is referenced as opN=3.
Dmdnodes-distinct-nodes-break-cycles.ll14 ; bitcode. !3 is referenced as opN=3.
Dmdnodes-in-post-order.ll9 ; bitcode. !3 is referenced as opN=3.
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/
DOpsBuilder.java329 int opN = op.length(); in op() local
330 for (int i = 0; i < opN; i++) { in op()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_device_ops.td252 %n = "tf.opN"(%input_3, %input_4, %9) :
/external/python/cpython2/Doc/reference/
Dexpressions.rst1088 *opN* are comparison operators, then ``a op1 b op2 c ... y opN z`` is equivalent
1089 to ``a op1 b and b op2 c and ... y opN z``, except that each expression is
/external/python/cpython3/Doc/reference/
Dexpressions.rst1375 *opN* are comparison operators, then ``a op1 b op2 c ... y opN z`` is equivalent
1376 to ``a op1 b and b op2 c and ... y opN z``, except that each expression is