Searched refs:ConstR (Results 1 – 2 of 2) sorted by relevance
733 const Constant *ConstR = dyn_cast<Constant>(R); in cmpValues() local734 if (ConstL && ConstR) { in cmpValues()737 return cmpConstants(ConstL, ConstR); in cmpValues()742 if (ConstR) in cmpValues()
4445 Variable *ConstR = makeReg(IceType_i32); in lowerInt8AndInt16IcmpCond() local4446 _mov(ConstR, in lowerInt8AndInt16IcmpCond()4453 _cmp(ConstR, NonConstF); in lowerInt8AndInt16IcmpCond()4456 _rsbs(T, ConstR, NonConstF); in lowerInt8AndInt16IcmpCond()