Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp558 uint32_t NewPs = Ps & ConstantProperties::deduce(LC); in add() local
559 if (NewPs == ConstantProperties::Unknown) { in add()
563 if (Ps != NewPs) { in add()
564 Properties = NewPs; in add()