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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
18074   if (SDValue V = narrowInsertExtractVectorBinOp(Extract, DAG))
18078   auto *ExtractIndexC = dyn_cast<ConstantSDNode>(Extract->getOperand(1));
18085   SDValue BinOp = peekThroughBitcasts(Extract->getOperand(0));
18095   EVT VT = Extract->getValueType(0);
18125   EVT ExtBOIdxVT = Extract->getOperand(1).getValueType();
18127       BinOp.hasOneUse() && Extract->getOperand(0)->hasOneUse()) {
18129     SDLoc DL(Extract);
18169     SDLoc DL(Extract);