OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LenC
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
165
ConstantInt *
LenC
= dyn_cast<ConstantInt>(MI->getLength());
167
if (!
LenC
|| !FillC || !FillC->getType()->isIntegerTy(8))
169
uint64_t Len =
LenC
->getLimitedValue();
192
MI->setLength(Constant::getNullValue(
LenC
->getType()));
[
all
...]
/external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
[
all
...]
Completed in 735 milliseconds