reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
509 if (BinaryOperator *BO = isReassociableOp(Op, Opcode)) { 537 IncorporateWeight(It->second, Weight, Opcode); 573 cast<Instruction>(Op)->getOpcode() != Opcode 582 if ((Opcode == Instruction::Mul && match(Tmp, m_Neg(m_Value()))) || 583 (Opcode == Instruction::FMul && match(Tmp, m_FNeg(m_Value())))) { 596 assert(!isReassociableOp(Op, Opcode) && "Value was morphed?"); 610 assert(!isReassociableOp(V, Opcode) && "Shouldn't be a leaf!"); 624 Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, I->getType());