Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Identity

584     Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, I->getType());
585 assert(Identity && "Associative operation without identity!");
586 Ops.push_back(std::make_pair(Identity, APInt(Bitwidth, 1)));