reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Analysis/ScalarEvolutionExpander.h
  332     Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS,

References

lib/Analysis/ScalarEvolutionExpander.cpp
  742       Sum = InsertBinop(Instruction::Sub, Sum, W, SCEV::FlagAnyWrap,
  751       Sum = InsertBinop(Instruction::Add, Sum, W, S->getNoWrapFlags(),
  804       P = InsertBinop(Instruction::Mul, P, P, SCEV::FlagAnyWrap,
  807         Result = Result ? InsertBinop(Instruction::Mul, Result, P,
  825       Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod,
  842         Prod = InsertBinop(Instruction::Shl, Prod,
  846         Prod = InsertBinop(Instruction::Mul, Prod, W, S->getNoWrapFlags(),
  862       return InsertBinop(Instruction::LShr, LHS,
  868   return InsertBinop(Instruction::UDiv, LHS, RHS, SCEV::FlagAnyWrap,