Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/Transforms/SimplifyCFG/
Ddrop-debug-loc-when-speculating.ll3 declare i1 @make_condition()
10 %cond = call i1 @make_condition(), !dbg !8
/external/llvm-project/mlir/test/Conversion/SCFToStandard/
Dconvert-to-cfg.mlir418 // CHECK: %[[COND:.*]] = "test.make_condition"() : () -> i1
420 %0 = "test.make_condition"() : () -> i1
442 // CHECK: %[[COND:.*]] = "test.make_condition"() : () -> i1
443 %0 = "test.make_condition"() : () -> i1
459 // CHECK: %[[COND:.*]] = "test.make_condition"() : () -> i1
460 %0 = "test.make_condition"() : () -> i1
/external/python/cpython3/Lib/importlib/
Dmetadata.py344 def make_condition(name): function
352 conditions = list(filter(None, [markers, make_condition(extra)]))