Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp94 const LocationSize NumBytes0, in computeAliasing() argument
111 if (PtrDiff >= 0 && NumBytes0.hasValue() && !NumBytes0.isScalable()) { in computeAliasing()
115 IsAlias = !(static_cast<int64_t>(NumBytes0.getValue().getFixedValue()) <= in computeAliasing()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h85 static bool computeAliasing(const SDNode *Op0, const LocationSize NumBytes0,