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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 7231   if (isNullOrNullSplat(N1))
 7236     APInt ModuloMask(N1.getScalarValueSizeInBits(), Bitsize - 1);
 7237     if (DAG.MaskedValueIsZero(N1, ModuloMask))
 7243   if (ConstantSDNode *Cst = isConstOrConstSplat(N1)) {
 7247                          DAG.getConstant(RotAmt, dl, N1.getValueType()));
 7252   if (N1.getOpcode() == ISD::TRUNCATE &&
 7253       N1.getOperand(0).getOpcode() == ISD::AND) {
 7254     if (SDValue NewOp1 = distributeTruncateThroughAnd(N1.getNode()))
 7261     SDNode *C1 = DAG.isConstantIntBuildVectorOrConstantInt(N1);