HomeSort by relevance Sort by last modified time
    Searched refs:PtrB (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 228 Value *PtrB = getPointerOperand(B);
233 if (!PtrA || !PtrB || (ASA != ASB))
239 Type *PtrBTy = PtrB->getType()->getPointerElementType();
240 if (PtrA == PtrB ||
250 PtrB = PtrB->stripAndAccumulateInBoundsConstantOffsets(DL, OffsetB);
256 if (PtrA == PtrB)
265 const SCEV *PtrSCEVB = SE.getSCEV(PtrB);
    [all...]
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp     [all...]

Completed in 1106 milliseconds