OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConstantStringInfo
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Analysis/
ValueTracking.h
127
///
getConstantStringInfo
- This function computes the length of a
133
bool
getConstantStringInfo
(const Value *V, StringRef &Str,
/external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
475
if (!
getConstantStringInfo
(SrcStr, Str))
508
if (!
getConstantStringInfo
(SrcStr, Str)) {
541
bool HasStr1 =
getConstantStringInfo
(Str1P, Str1);
542
bool HasStr2 =
getConstantStringInfo
(Str2P, Str2);
600
bool HasStr1 =
getConstantStringInfo
(Str1P, Str1);
601
bool HasStr2 =
getConstantStringInfo
(Str2P, Str2);
766
bool HasS1 =
getConstantStringInfo
(CI->getArgOperand(0), S1);
767
bool HasS2 =
getConstantStringInfo
(CI->getArgOperand(1), S2);
820
bool HasS1 =
getConstantStringInfo
(CI->getArgOperand(0), S1);
821
bool HasS2 =
getConstantStringInfo
(CI->getArgOperand(1), S2)
[
all
...]
/external/llvm/lib/Analysis/
ValueTracking.cpp
[
all
...]
ConstantFolding.cpp
480
if (TD &&
getConstantStringInfo
(CE, Str) && !Str.empty()) {
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
[
all
...]
Completed in 56 milliseconds