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

References

lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
 1425         ISD::EXTRACT_VECTOR_ELT, dl, TmpEltVT, LHS,
 1426         DAG.getConstant(i, dl, TLI.getVectorIdxTy(DAG.getDataLayout())));
 1428         ISD::EXTRACT_VECTOR_ELT, dl, TmpEltVT, RHS,
 1429         DAG.getConstant(i, dl, TLI.getVectorIdxTy(DAG.getDataLayout())));
 1430     Ops[i] = DAG.getNode(ISD::SETCC, dl,
 1434     Ops[i] = DAG.getSelect(dl, EltVT, Ops[i],
 1436                                            (EltVT.getSizeInBits()), dl, EltVT),
 1437                            DAG.getConstant(0, dl, EltVT));
 1439   return DAG.getBuildVector(VT, dl, Ops);