Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h882 getPointersDiff(Type *ElemTyA, Value *PtrA, Type *ElemTyB, Value *PtrB,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1605 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()