Searched refs:OffsetA (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;
415 // Follow the edge with the correct offset, OffsetA will be adjusted to
417 T = T.getParent(OffsetA);
422 // Reset OffsetA and climb the type DAG from base type of B to see if we reach
424 OffsetA = TagA.getOffset();
428 return OffsetA == OffsetB;
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1465 APInt OffsetA(PtrBitWidth, 0), OffsetB(PtrBitWidth, 0);
1466 PtrA = PtrA->stripAndAccumulateInBoundsConstantOffsets(*DL, OffsetA);
1469 APInt OffsetDelta = OffsetB - OffsetA;

Completed in 82 milliseconds