OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 997 milliseconds