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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp375 bool evaluateCMPpp(uint32_t Cmp, uint32_t Props1, uint32_t Props2,
1306 bool MachineConstEvaluator::evaluateCMPpp(uint32_t Cmp, uint32_t Props1, argument
1310 if ((Props1 & P::NaN) && (Props2 & P::NaN))
1312 if (!(Props1 & P::Finite) || !(Props2 & P::Finite))
1315 bool Zero1 = (Props1 & P::Zero), Zero2 = (Props2 & P::Zero);
1316 bool NonZero1 = (Props1 & P::NonZero), NonZero2 = (Props2 & P::NonZero);
1342 bool Poz1 = (Props1 & P::PosOrZero), Poz2 = (Props2 & P::PosOrZero);
1343 bool Nez1 = (Props1 & P::NegOrZero), Nez2 = (Props2 & P::NegOrZero);

Completed in 43 milliseconds