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 130 /// getConstantStringInfo - This function computes the length of a
136 bool getConstantStringInfo(const Value *V, StringRef &Str,
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 505 if (!getConstantStringInfo(SrcStr, Str)) {
542 if (!getConstantStringInfo(SrcStr, Str)) {
576 bool HasStr1 = getConstantStringInfo(Str1P, Str1);
577 bool HasStr2 = getConstantStringInfo(Str2P, Str2);
636 bool HasStr1 = getConstantStringInfo(Str1P, Str1);
637 bool HasStr2 = getConstantStringInfo(Str2P, Str2);
822 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
823 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2);
878 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
879 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2)
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ConstantFolding.cpp 552 if (TD && getConstantStringInfo(CE, Str) && !Str.empty()) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 189 milliseconds