Home
last modified time | relevance | path

Searched refs:HasS1 (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp588 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1); in optimizeStrPBrk() local
593 if ((HasS1 && S1.empty()) || (HasS2 && S2.empty())) in optimizeStrPBrk()
597 if (HasS1 && HasS2) { in optimizeStrPBrk()
639 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1); in optimizeStrSpn() local
644 if ((HasS1 && S1.empty()) || (HasS2 && S2.empty())) in optimizeStrSpn()
648 if (HasS1 && HasS2) { in optimizeStrSpn()
667 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1); in optimizeStrCSpn() local
671 if (HasS1 && S1.empty()) in optimizeStrCSpn()
675 if (HasS1 && HasS2) { in optimizeStrCSpn()