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

References

lib/Transforms/Scalar/GuardWidening.cpp
  631   if (!IC || !IC->getOperand(0)->getType()->isIntegerTy() ||
  631   if (!IC || !IC->getOperand(0)->getType()->isIntegerTy() ||
  632       (IC->getPredicate() != ICmpInst::ICMP_ULT &&
  633        IC->getPredicate() != ICmpInst::ICMP_UGT))
  636   const Value *CmpLHS = IC->getOperand(0), *CmpRHS = IC->getOperand(1);
  636   const Value *CmpLHS = IC->getOperand(0), *CmpRHS = IC->getOperand(1);
  637   if (IC->getPredicate() == ICmpInst::ICMP_UGT)
  640   auto &DL = IC->getModule()->getDataLayout();
  644       CmpRHS, IC);