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

References

lib/Transforms/Scalar/CallSiteSplitting.cpp
  168     Value *Arg = Cond.first->getOperand(0);
  169     Constant *ConstVal = cast<Constant>(Cond.first->getOperand(1));
  170     if (Cond.second == ICmpInst::ICMP_EQ)
  173       assert(Cond.second == ICmpInst::ICMP_NE);