Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dmhlo_control_flow_to_scf.cc78 auto getValueAndIndex = [&](Value val) -> std::pair<Value, int> { in MatchAndRewrite() local
91 ValueIndex loopIndVar = getValueAndIndex(cmp.lhs()); in MatchAndRewrite()
92 ValueIndex max = getValueAndIndex(cmp.rhs()); in MatchAndRewrite()
97 ValueIndex step = getValueAndIndex(add.rhs()); in MatchAndRewrite()