Home
last modified time | relevance | path

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

/llvm-project/mlir/test/Target/LLVMIR/Import/
H A Dmetadata-profiling.ll19 ; CHECK-LABEL: @simple_switch(
20 define i32 @simple_switch(i32 %arg1) {
H A Dcontrol-flow.ll47 ; CHECK-LABEL: @simple_switch(
49 define i64 @simple_switch(i64 %arg1) {
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dbranch-clone.cpp687 int simple_switch(char ch) { in simple_switch() function