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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
19546   SDValue Src0 = DAG.getSplatSourceVector(N0, Index0);
19548   if (!Src0 || !Src1 || Index0 != Index1 ||
19551       !TLI.isExtractVecEltCheap(VT, Index0) ||
19557       DAG.getConstant(Index0, DL, TLI.getVectorIdxTy(DAG.getDataLayout()));
19570     Ops[Index0] = ScalarBO;