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

References

lib/Transforms/InstCombine/InstCombineSelect.cpp
  399     BinaryOperator *NewBO = BinaryOperator::Create(BO->getOpcode(), Op0, Op1);
  408                ? GetElementPtrInst::CreateInBounds(ElementType, Op0, {Op1})
  409                : GetElementPtrInst::Create(ElementType, Op0, {Op1});