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

  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 304 if (!getConstantStringInfo(SrcStr, Str)) {
339 if (!getConstantStringInfo(SrcStr, Str)) {
371 bool HasStr1 = getConstantStringInfo(Str1P, Str1);
372 bool HasStr2 = getConstantStringInfo(Str2P, Str2);
426 bool HasStr1 = getConstantStringInfo(Str1P, Str1);
427 bool HasStr2 = getConstantStringInfo(Str2P, Str2);
586 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
587 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2);
637 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
638 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2)
    [all...]
  /external/llvm/include/llvm/Analysis/
ValueTracking.h 153 /// getConstantStringInfo - This function computes the length of a
159 bool getConstantStringInfo(const Value *V, StringRef &Str,
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ConstantFolding.cpp 557 if (getConstantStringInfo(CE, Str) && !Str.empty()) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 94 milliseconds