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 366 /// NeedsExtraction indicates whether we successfully find a non-zero constant
368 int64_t accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction);
737 bool &NeedsExtraction) {
738 NeedsExtraction = false;
747 NeedsExtraction = true;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 65 milliseconds