Home
last modified time | relevance | path

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

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