Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dnoalias-scope-decl.ll91 define void @test08(i8* %ptr0, i8* %ptr1) {
92 ; CHECK-LABEL: @test08(
/llvm-project-15.0.7/flang/test/Semantics/
H A Dcall03.f90203 subroutine test08(x) ! 15.5.2.4(13) subroutine
/llvm-project-15.0.7/llvm/test/Transforms/EarlyCSE/
H A Dguards.ll217 define void @test08(i32 %a, i32 %b, ptr %ptr) {
220 ; NO_ASSUME-LABEL: @test08(
227 ; USE_ASSUME-LABEL: @test08(
248 ; Similar to test08, but with more control flow.