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

  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 483 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
488 if ((HasS1 && S1.empty()) || (HasS2 && S2.empty()))
492 if (HasS1 && HasS2) {
521 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
526 if ((HasS1 && S1.empty()) || (HasS2 && S2.empty()))
530 if (HasS1 && HasS2) {
542 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
546 if (HasS1 && S1.empty())
550 if (HasS1 && HasS2) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 553 bool HasS1 = GetConstantStringInfo(CI->getArgOperand(0), S1);
558 if ((HasS1 && S1.empty()) || (HasS2 && S2.empty()))
562 if (HasS1 && HasS2) {
613 bool HasS1 = GetConstantStringInfo(CI->getArgOperand(0), S1);
618 if ((HasS1 && S1.empty()) || (HasS2 && S2.empty()))
622 if (HasS1 && HasS2)
642 bool HasS1 = GetConstantStringInfo(CI->getArgOperand(0), S1);
646 if (HasS1 && S1.empty())
650 if (HasS1 && HasS2)
    [all...]

Completed in 306 milliseconds