reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1552 MaxOccVal = Factor; 1566 MaxOccVal = Factor; 1579 MaxOccVal = Factor; 1588 LLVM_DEBUG(dbgs() << "\nFACTORING [" << MaxOcc << "]: " << *MaxOccVal 1598 ? BinaryOperator::CreateAdd(MaxOccVal, MaxOccVal) 1598 ? BinaryOperator::CreateAdd(MaxOccVal, MaxOccVal) 1599 : BinaryOperator::CreateFAdd(MaxOccVal, MaxOccVal); 1599 : BinaryOperator::CreateFAdd(MaxOccVal, MaxOccVal); 1609 if (Value *V = RemoveFactorFromExpression(Ops[i].Op, MaxOccVal)) { 1638 Instruction *V2 = CreateMul(V, MaxOccVal, "reass.mul", I, I);