Searched refs:make_const (Results 1 – 3 of 3) sorted by relevance
483 template<typename T> auto make_const() { in make_const() function487 using V = decltype(make_const<int>()); // expected-note {{previous}}488 using W = decltype(make_const<float>());
14 define i32 @make_const() {15 ; CHECK-LABEL: @make_const(42 ; CHECK-NEXT: ret ptr @make_const44 %k = freeze ptr @make_const
14 define i32 @make_const() {15 ; CHECK-LABEL: @make_const(