Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp96 const LocationSize NumBytes1, in computeAliasing() argument
119 if (PtrDiff < 0 && NumBytes1.hasValue() && !NumBytes1.isScalable()) { in computeAliasing()
124 NumBytes1.getValue().getFixedValue())) <= 0); in computeAliasing()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h86 const SDNode *Op1, const LocationSize NumBytes1,