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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ValueTracking.h 126 /// GetConstantStringInfo - This function computes the length of a
132 bool GetConstantStringInfo(const Value *V, std::string &Str,
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 263 if (!GetConstantStringInfo(SrcStr, Str))
300 if (!GetConstantStringInfo(SrcStr, Str)) {
338 bool HasStr1 = GetConstantStringInfo(Str1P, Str1);
339 bool HasStr2 = GetConstantStringInfo(Str2P, Str2);
401 bool HasStr1 = GetConstantStringInfo(Str1P, Str1);
402 bool HasStr2 = GetConstantStringInfo(Str2P, Str2);
553 bool HasS1 = GetConstantStringInfo(CI->getArgOperand(0), S1);
554 bool HasS2 = GetConstantStringInfo(CI->getArgOperand(1), S2);
613 bool HasS1 = GetConstantStringInfo(CI->getArgOperand(0), S1);
614 bool HasS2 = GetConstantStringInfo(CI->getArgOperand(1), S2)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ValueTracking.cpp     [all...]
ConstantFolding.cpp 449 if (TD && GetConstantStringInfo(CE, Str) && !Str.empty()) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 144 milliseconds