Searched refs:ElemTyB (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 819 std::optional<int> getPointersDiff(Type *ElemTyA, Value *PtrA, Type *ElemTyB,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 1558 Type *ElemTyB, Value *PtrB, in getPointersDiff() argument 1569 if (CheckType && ElemTyA != ElemTyB) in getPointersDiff() 1667 Type *ElemTyB = getLoadStoreType(B); in isConsecutiveAccess() local 1669 getPointersDiff(ElemTyA, PtrA, ElemTyB, PtrB, DL, SE, in isConsecutiveAccess()
|