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

References

lib/Target/X86/X86ISelLowering.cpp
10904   if (EltVT == MVT::i64 && !Subtarget.is64Bit()) {
10905     EltVT = MVT::f64;
10906     MaskVT = MVT::getVectorVT(EltVT, Mask.size());
10910   if (EltVT == MVT::f32 || EltVT == MVT::f64) {
10910   if (EltVT == MVT::f32 || EltVT == MVT::f64) {
10911     Zero = DAG.getConstantFP(0.0, DL, EltVT);
10913         APFloat::getAllOnesValue(EltVT.getSizeInBits(), true), DL, EltVT);
10913         APFloat::getAllOnesValue(EltVT.getSizeInBits(), true), DL, EltVT);
10915         MVT::getVectorVT(EltVT == MVT::f64 ? MVT::i64 : MVT::i32, Mask.size());
10917     Zero = DAG.getConstant(0, DL, EltVT);
10918     AllOnes = DAG.getAllOnesConstant(DL, EltVT);