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

References

include/llvm/IR/Instruction.h
  131   bool isIntDivRem() const { return isIntDivRem(getOpcode()); }
lib/IR/ConstantFold.cpp
 1317       if (Instruction::isIntDivRem(Opcode) && RHS->isNullValue())
lib/Transforms/InstCombine/InstCombineVectorOps.cpp
 1503       (Instruction::isIntDivRem(BOpcode) || Instruction::isShift(BOpcode));
 1628       (Instruction::isIntDivRem(BOpc) || Instruction::isShift(BOpc));