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

References

lib/Transforms/InstCombine/InstCombineSelect.cpp
  876     IntrinsicInst *NewI = cast<IntrinsicInst>(II->clone());
  885   if (II->hasOneUse() && !match(II->getArgOperand(1), m_One()))
  885   if (II->hasOneUse() && !match(II->getArgOperand(1), m_One()))
  886     II->setArgOperand(1, ConstantInt::getTrue(II->getContext()));
  886     II->setArgOperand(1, ConstantInt::getTrue(II->getContext()));