Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1557 std::optional<int> llvm::getPointersDiff(Type *ElemTyA, Value *PtrA, in getPointersDiff() argument
1569 if (CheckType && ElemTyA != ElemTyB) in getPointersDiff()
1610 int Size = DL.getTypeStoreSize(ElemTyA); in getPointersDiff()
1666 Type *ElemTyA = getLoadStoreType(A); in isConsecutiveAccess() local
1669 getPointersDiff(ElemTyA, PtrA, ElemTyB, PtrB, DL, SE, in isConsecutiveAccess()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h819 std::optional<int> getPointersDiff(Type *ElemTyA, Value *PtrA, Type *ElemTyB,