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

References

lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 3969     EVT VT0 = getSetCCResultType(SETCC0.getOperand(0).getValueType());
 3992     SETCC0 = convertMask(SETCC0, VT0, MaskVT);
 3992     SETCC0 = convertMask(SETCC0, VT0, MaskVT);
 3994     Cond = DAG.getNode(Cond->getOpcode(), SDLoc(Cond), MaskVT, SETCC0, SETCC1);