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

  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 341 /// NeedsExtraction indicates whether we successfully find a non-zero constant
343 int64_t accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction);
693 bool &NeedsExtraction) {
694 NeedsExtraction = false;
704 NeedsExtraction = true;
716 NeedsExtraction = true;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 76 milliseconds