Searched refs:PtrA (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp227 Value *PtrA = getPointerOperand(A); local
233 if (!PtrA || !PtrB || (ASA != ASB))
238 Type *PtrATy = PtrA->getType()->getPointerElementType();
240 if (PtrA == PtrB ||
249 PtrA = PtrA->stripAndAccumulateInBoundsConstantOffsets(DL, OffsetA);
256 if (PtrA == PtrB)
264 const SCEV *PtrSCEVA = SE.getSCEV(PtrA);
/external/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp999 Value *PtrA = getPointerOperand(A); local
1005 if (!PtrA || !PtrB || (ASA != ASB))
1009 if (PtrA == PtrB)
1013 if(CheckType && PtrA->getType() != PtrB->getType())
1017 Type *Ty = cast<PointerType>(PtrA->getType())->getElementType();
1021 PtrA = PtrA->stripAndAccumulateInBoundsConstantOffsets(DL, OffsetA);
1032 if (PtrA == PtrB)
1042 const SCEV *PtrSCEVA = SE.getSCEV(PtrA);

Completed in 84 milliseconds