Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp567 uint32_t NewPs = Ps & ConstantProperties::deduce(LC); in add() local
568 if (NewPs == ConstantProperties::Unknown) { in add()
572 if (Ps != NewPs) { in add()
573 Properties = NewPs; in add()