Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Diterator-modeling.cpp1852 const auto comp1 = (first != V.end()), comp2 = (first == V.end()); in deferred_assumption() local
1853 if (comp1) { in deferred_assumption()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dblock-placement.ll391 %comp1 = icmp eq i32 %a0, 48
392 br i1 %comp1, label %loop.inner1.end, label %loop.body4