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

References

lib/Target/X86/X86ISelLowering.cpp
22590     return DAG.getConstant(1, dl, MaskVT);
22592     return DAG.getConstant(0, dl, MaskVT);
22601     Lo = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, Mask,
22602                         DAG.getConstant(0, dl, MVT::i32));
22603     Hi = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, Mask,
22604                         DAG.getConstant(1, dl, MVT::i32));
22609     return DAG.getNode(ISD::CONCAT_VECTORS, dl, MVT::v64i1, Lo, Hi);
22615     return DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, MaskVT,
22617                        DAG.getIntPtrConstant(0, dl));