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

  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 408 uint64_t OffsetA = TagA.getOffset(), OffsetB = TagB.getOffset();
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/
SLPVectorizer.cpp     [all...]

Completed in 79 milliseconds