Searched refs:condition2 (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-io.cpp | 941 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 D | canonicalize.mlir | 1122 %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) -> ()
|