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

  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 203 if (!getConstantStringInfo(SrcStr, Str)) {
231 if (!getConstantStringInfo(SrcStr, Str)) {
255 bool HasStr1 = getConstantStringInfo(Str1P, Str1);
256 bool HasStr2 = getConstantStringInfo(Str2P, Str2);
301 bool HasStr1 = getConstantStringInfo(Str1P, Str1);
302 bool HasStr2 = getConstantStringInfo(Str2P, Str2);
420 if (getConstantStringInfo(GEP->getOperand(0), Str, 0, false)) {
483 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
484 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2);
521 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 249 if (!getConstantStringInfo(SrcStr, Str)) {
277 if (!getConstantStringInfo(SrcStr, Str)) {
301 bool HasStr1 = getConstantStringInfo(Str1P, Str1);
302 bool HasStr2 = getConstantStringInfo(Str2P, Str2);
347 bool HasStr1 = getConstantStringInfo(Str1P, Str1);
348 bool HasStr2 = getConstantStringInfo(Str2P, Str2);
552 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
553 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2);
590 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
591 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2)
    [all...]
  /external/llvm/include/llvm/Analysis/
ValueTracking.h 211 bool getConstantStringInfo(const Value *V, StringRef &Str,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
ValueTracking.h 278 bool getConstantStringInfo(const Value *V, StringRef &Str,
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ConstantFolding.cpp 577 if (getConstantStringInfo(CE, Str) && !Str.empty()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ConstantFolding.cpp 625 if (getConstantStringInfo(CE, Str) && !Str.empty()) {
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 724 milliseconds