Lines Matching defs:c1
10600 const HConstant* c1 = HConstant::cast(sa);10602 return c1->HasInteger32Value() && c2->HasInteger32Value() &&10603 (c1->Integer32Value() + c2->Integer32Value() == 32);