Home
last modified time | relevance | path

Searched refs:NumBytes0 (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp88 const std::optional<int64_t> NumBytes0, in computeAliasing() argument
99 if (NumBytes0 && NumBytes1 && in computeAliasing()
107 *NumBytes0 != static_cast<int64_t>(MemoryLocation::UnknownSize)) { in computeAliasing()
111 IsAlias = !(*NumBytes0 <= PtrDiff); in computeAliasing()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h85 const std::optional<int64_t> NumBytes0,