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

References

lib/Transforms/Scalar/GVN.cpp
  274   e.type = I->getType();
  275   e.opcode = I->getOpcode();
  276   for (Instruction::op_iterator OI = I->op_begin(), OE = I->op_end();
  276   for (Instruction::op_iterator OI = I->op_begin(), OE = I->op_end();
  279   if (I->isCommutative()) {
  284     assert(I->getNumOperands() == 2 && "Unsupported commutative instruction!");
  290   if (CmpInst *C = dyn_cast<CmpInst>(I)) {
  299   } else if (InsertValueInst *E = dyn_cast<InsertValueInst>(I)) {