HomeSort by relevance Sort by last modified time
    Searched refs:getConstantStringInfo (Results 1 - 19 of 19) 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/llvm/include/llvm/Analysis/
ValueTracking.h 211 bool getConstantStringInfo(const Value *V, StringRef &Str,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ValueTracking.h 233 bool getConstantStringInfo(const Value *V, StringRef &Str,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
ValueTracking.h 263 bool getConstantStringInfo(const Value *V, StringRef &Str,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
ValueTracking.h 263 bool getConstantStringInfo(const Value *V, StringRef &Str,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ValueTracking.h 272 bool getConstantStringInfo(const Value *V, StringRef &Str,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ValueTracking.h 272 bool getConstantStringInfo(const Value *V, StringRef &Str,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ValueTracking.h 272 bool getConstantStringInfo(const Value *V, StringRef &Str,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ValueTracking.h 272 bool getConstantStringInfo(const Value *V, StringRef &Str,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ValueTracking.h 233 bool getConstantStringInfo(const Value *V, StringRef &Str,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
ValueTracking.h 263 bool getConstantStringInfo(const Value *V, StringRef &Str,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
ValueTracking.h 263 bool getConstantStringInfo(const Value *V, StringRef &Str,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ValueTracking.h 272 bool getConstantStringInfo(const Value *V, StringRef &Str,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ValueTracking.h 272 bool getConstantStringInfo(const Value *V, StringRef &Str,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ValueTracking.h 272 bool getConstantStringInfo(const Value *V, StringRef &Str,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ValueTracking.h 272 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/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 7187 milliseconds