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

References

lib/Analysis/ScalarEvolution.cpp
 4500   if (!Op)
 4507   switch (Op->getOpcode()) {
 4517     return BinaryOp(Op);
 4520     if (auto *RHSC = dyn_cast<ConstantInt>(Op->getOperand(1)))
 4524         return BinaryOp(Instruction::Add, Op->getOperand(0), Op->getOperand(1));
 4524         return BinaryOp(Instruction::Add, Op->getOperand(0), Op->getOperand(1));
 4525     return BinaryOp(Op);
 4529     if (ConstantInt *SA = dyn_cast<ConstantInt>(Op->getOperand(1))) {
 4530       uint32_t BitWidth = cast<IntegerType>(Op->getType())->getBitWidth();
 4540         return BinaryOp(Instruction::UDiv, Op->getOperand(0), X);
 4543     return BinaryOp(Op);
 4546     auto *EVI = cast<ExtractValueInst>(Op);