Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Support/
H A DKnownBitsTest.cpp23 using UnaryIntFn = llvm::function_ref<std::optional<APInt>(const APInt &)>; typedef
/llvm-project/llvm/unittests/IR/
H A DConstantRangeTest.cpp187 using UnaryIntFn = llvm::function_ref<std::optional<APInt>(const APInt &)>; typedef