Searched refs:LS3 (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp2980 LatticeCell LS2, LS3; local
2983 bool HasC2 = getCell(R2, Inputs, LS2), HasC3 = getCell(R3, Inputs, LS3);
2987 (HasC3 && (LS3.properties() & ConstantProperties::Zero)));
3008 if (!LS3.isSingle()) {
3013 const LatticeCell &LI = Swap ? LS2 : LS3;

Completed in 115 milliseconds