Searched refs:ElemTyB (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 882 getPointersDiff(Type *ElemTyA, Value *PtrA, Type *ElemTyB, Value *PtrB,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 1605 Type *ElemTyB, Value *PtrB, in getPointersDiff() argument 1616 if (CheckType && ElemTyA != ElemTyB) in getPointersDiff() 1721 Type *ElemTyB = getLoadStoreType(B); in isConsecutiveAccess() local 1723 getPointersDiff(ElemTyA, PtrA, ElemTyB, PtrB, DL, SE, in isConsecutiveAccess()
|