HomeSort by: relevance | last modified time | path
    Searched refs:LS2 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonConstPropagation.cpp 1115 LatticeCell LS1, LS2;
1116 if (!getCell(R1, Inputs, LS1) || !getCell(R2, Inputs, LS2))
1120 bool IsProp2 = LS2.isProperty();
1124 return evaluateCMPpp(Cmp, Prop1, LS2.properties(), Result);
1129 uint32_t Prop2 = LS2.properties();
1135 for (unsigned i = 0; i < LS2.size(); ++i) {
1137 bool Computed = constToInt(LS2.Values[i], A) &&
1389 LatticeCell LS2;
1390 if (!evaluate(R2, L2, LS2))
1392 if (LS2.isBottom() || LS2.isProperty()
    [all...]
  /src/external/lgpl3/mpfr/dist/tests/
tprintf.c 189 #define LS2 "%RA %RA %Ra %Ra %512d"
192 err |= check_vprintf_failure (LS2, x, x, x, x, 1);
211 err |= check_vprintf_failure (LS2 "%ln", x, x, x, x, 1, &n2);
217 LS2 "%ln", n1, n2);

Completed in 19 milliseconds