Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx1z.cpp483 template<typename T> auto make_const() { in make_const() function
487 using V = decltype(make_const<int>()); // expected-note {{previous}}
488 using W = decltype(make_const<float>());
/llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/
H A Dfreeze.ll14 define i32 @make_const() {
15 ; CHECK-LABEL: @make_const(
42 ; CHECK-NEXT: ret ptr @make_const
44 %k = freeze ptr @make_const
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dfreeze.ll14 define i32 @make_const() {
15 ; CHECK-LABEL: @make_const(