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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
13176     if (IntVT.isInteger() && !IntVT.isVector()) {
13176     if (IntVT.isInteger() && !IntVT.isVector()) {
13182         SignMask = APInt::getSplat(IntVT.getSizeInBits(), SignMask);
13185         SignMask = APInt::getSignMask(IntVT.getSizeInBits());
13188       Int = DAG.getNode(ISD::XOR, DL0, IntVT, Int,
13189                         DAG.getConstant(SignMask, DL0, IntVT));