HomeSort by relevance Sort by last modified time
    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 479 if (TD && getConstantStringInfo(CE, Str) && !Str.empty()) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 91 milliseconds