Home
last modified time | relevance | path

Searched refs:n15 (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/Transforms/LoopStrengthReduce/
D2011-10-13-SCEVChain.ll94 %n15 = sub i32 0, %a15
95 %t15 = icmp ugt i32 %n15, -4
96 %m15 = select i1 %t15, i32 %n15, i32 -4
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/
D2011-10-13-SCEVChain.ll94 %n15 = sub i32 0, %a15
95 %t15 = icmp ugt i32 %n15, -4
96 %m15 = select i1 %t15, i32 %n15, i32 -4
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-concat-nested-namespaces.cpp51 namespace n15 { namespace
Dreadability-const-return-type.cpp38 typename std::add_const<T>::type n15(T v) { return v; } in n15() function
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dshift-amount-reassociation.ll236 define i32 @n15(i32 %x, i32 %y) {
237 ; CHECK-LABEL: @n15(
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp244 …constexpr int n15 = n5 * n5; // expected-error {{constant expression}} expected-note {{value 46116… variable
/external/llvm-project/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp245 …constexpr int n15 = n5 * n5; // expected-error {{constant expression}} expected-note {{value 46116… variable
/external/llvm-project/llvm/test/Transforms/LoopIdiom/X86/
Dleft-shift-until-bittest.ll554 define i32 @n15(i32 %x, i32 %bit) {
555 ; ALL-LABEL: @n15(