Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Identity

702     Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, I->getType());
703 assert(Identity && "Associative operation without identity!");
704 Ops.emplace_back(Identity, APInt(Bitwidth, 1));