Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-io.cpp941 const std::string &s1, bool condition2, const std::string &s2) const { in CheckForRequiredSpecifier() argument
942 if (condition1 && !condition2) { in CheckForRequiredSpecifier()
/llvm-project-15.0.7/mlir/test/Dialect/SCF/
H A Dcanonicalize.mlir1122 %condition2 = arith.cmpi ne, %val2, %arg0 : i32
1124 "test.use"(%condition2, %negcondition2, %val2) : (i1, i1, i32) -> ()
1149 %condition2 = arith.cmpi ne, %arg0, %val2 : i32
1151 "test.use"(%condition2, %negcondition2, %val2) : (i1, i1, i32) -> ()