Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DUtils.h92 static std::optional<int> getPointerDiffInBytes(LoadOrStoreT *I0, in getPointerDiffInBytes() function
115 auto Diff = getPointerDiffInBytes(I0, I1, SE); in atLowerAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DVecUtils.h63 auto Diff = Utils::getPointerDiffInBytes(I1, I2, SE);