Home | History | Annotate | Download | only in Scalar

Lines Matching refs:getBinOpIdentity

584     Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, I->getType());
1419 if (Cst && Cst != ConstantExpr::getBinOpIdentity(Opcode, I->getType())) {