Searched refs:Props1 (Results 1 – 1 of 1) sorted by relevance
363 bool evaluateCMPpp(uint32_t Cmp, uint32_t Props1, uint32_t Props2,1294 bool MachineConstEvaluator::evaluateCMPpp(uint32_t Cmp, uint32_t Props1, in evaluateCMPpp() argument1298 if ((Props1 & P::NaN) && (Props2 & P::NaN)) in evaluateCMPpp()1300 if (!(Props1 & P::Finite) || !(Props2 & P::Finite)) in evaluateCMPpp()1303 bool Zero1 = (Props1 & P::Zero), Zero2 = (Props2 & P::Zero); in evaluateCMPpp()1304 bool NonZero1 = (Props1 & P::NonZero), NonZero2 = (Props2 & P::NonZero); in evaluateCMPpp()1330 bool Poz1 = (Props1 & P::PosOrZero), Poz2 = (Props2 & P::PosOrZero); in evaluateCMPpp()1331 bool Nez1 = (Props1 & P::NegOrZero), Nez2 = (Props2 & P::NegOrZero); in evaluateCMPpp()