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

References

lib/Target/X86/X86ISelLowering.cpp
 5409       Ops.append(Split ? 2 : 1, DAG.getUNDEF(EltVT));
 5415       Ops.push_back(DAG.getConstant(V.trunc(32), dl, EltVT));
 5416       Ops.push_back(DAG.getConstant(V.lshr(32).trunc(32), dl, EltVT));
 5419       Ops.push_back(DAG.getConstantFP(FV, dl, EltVT));
 5422       Ops.push_back(DAG.getConstantFP(FV, dl, EltVT));
 5424       Ops.push_back(DAG.getConstant(V, dl, EltVT));
 5428   SDValue ConstsNode = DAG.getBuildVector(ConstVecVT, dl, Ops);