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

/external/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp408 uint64_t OffsetA = TagA.getOffset(), OffsetB = TagB.getOffset(); local
412 return OffsetA == OffsetB;
428 return OffsetA == OffsetB;
431 // Follow the edge with the correct offset, OffsetB will be adjusted to
433 T = T.getParent(OffsetB);
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1465 APInt OffsetA(PtrBitWidth, 0), OffsetB(PtrBitWidth, 0);
1467 PtrB = PtrB->stripAndAccumulateInBoundsConstantOffsets(*DL, OffsetB);
1469 APInt OffsetDelta = OffsetB - OffsetA;

Completed in 97 milliseconds