HomeSort by relevance Sort by last modified time
    Searched refs:OffsetB (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;
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/
SLPVectorizer.cpp     [all...]

Completed in 196 milliseconds