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

References

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