H A D | HexagonConstPropagation.cpp | 1108 LatticeCell LS1, LS2; in evaluateCMPrr() local 1109 if (!getCell(R1, Inputs, LS1) || !getCell(R2, Inputs, LS2)) in evaluateCMPrr() 1113 bool IsProp2 = LS2.isProperty(); in evaluateCMPrr() 1117 return evaluateCMPpp(Cmp, Prop1, LS2.properties(), Result); in evaluateCMPrr() 1122 uint32_t Prop2 = LS2.properties(); in evaluateCMPrr() 1128 for (unsigned i = 0; i < LS2.size(); ++i) { in evaluateCMPrr() 1130 bool Computed = constToInt(LS2.Values[i], A) && in evaluateCMPrr() 1382 LatticeCell LS2; in evaluateANDrr() local 1383 if (!evaluate(R2, L2, LS2)) in evaluateANDrr() 1385 if (LS2 in evaluateANDrr() 1449 LatticeCell LS2; evaluateORrr() local 1506 LatticeCell LS1, LS2; evaluateXORrr() local 2979 LatticeCell LS2, LS3; rewriteHexConstUses() local 3041 LatticeCell LS1, LS2; rewriteHexConstUses() local 3077 LatticeCell LS1, LS2; rewriteHexConstUses() local [all...] |