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

References

lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 3982         MaskVT = WideVT;
 3984         MaskVT = NarrowVT;
 3986         MaskVT = ToMaskVT;
 3989       MaskVT = VT0;
 3992     SETCC0 = convertMask(SETCC0, VT0, MaskVT);
 3993     SETCC1 = convertMask(SETCC1, VT1, MaskVT);
 3994     Cond = DAG.getNode(Cond->getOpcode(), SDLoc(Cond), MaskVT, SETCC0, SETCC1);
 3997     Mask = convertMask(Cond, MaskVT, ToMaskVT);