Home
last modified time | relevance | path

Searched defs:makeConst (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dinvoke_helpers.h83 Tp const& makeConst(Tp& ref) { return ref; } in makeConst() function
86 Tp const* makeConst(Tp* ptr) { return ptr; } in makeConst() function
89 std::reference_wrapper<const Tp> makeConst(std::reference_wrapper<Tp>& ref) { in makeConst() function
/llvm-project/mlir/lib/Conversion/NVGPUToNVVM/
H A DNVGPUToNVVM.cpp114 auto makeConst = [&](int32_t index) -> Value { convertIntrinsicResult() local
1048 auto makeConst = [&](uint64_t index) -> Value { matchAndRewrite() local
1542 auto makeConst = [&](int32_t index) -> Value { storeFragmentedMatrix() local
[all...]