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 128 /// getConstantStringInfo - This function computes the length of a
134 bool getConstantStringInfo(const Value *V, StringRef &Str,
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 269 if (!getConstantStringInfo(SrcStr, Str))
305 if (!getConstantStringInfo(SrcStr, Str)) {
341 bool HasStr1 = getConstantStringInfo(Str1P, Str1);
342 bool HasStr2 = getConstantStringInfo(Str2P, Str2);
403 bool HasStr1 = getConstantStringInfo(Str1P, Str1);
404 bool HasStr2 = getConstantStringInfo(Str2P, Str2);
599 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
600 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2);
659 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
660 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 172 milliseconds