Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1323 bool Poz1 = (Props1 & P::PosOrZero), Poz2 = (Props2 & P::PosOrZero); in evaluateCMPpp() local
1334 if (Poz1 && Nez2) { in evaluateCMPpp()