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

References

lib/Target/X86/X86ISelLowering.cpp
 5413     assert(V.getBitWidth() == VT.getScalarSizeInBits() && "Unexpected sizes");
 5415       Ops.push_back(DAG.getConstant(V.trunc(32), dl, EltVT));
 5416       Ops.push_back(DAG.getConstant(V.lshr(32).trunc(32), dl, EltVT));
 5418       APFloat FV(APFloat::IEEEsingle(), V);
 5421       APFloat FV(APFloat::IEEEdouble(), V);
 5424       Ops.push_back(DAG.getConstant(V, dl, EltVT));