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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 4439   if (LR == RR && CC0 == CC1 && IsInteger) {
 4484   if (IsAnd && LL == RL && CC0 == CC1 && OpVT.getScalarSizeInBits() > 1 &&
 4485       IsInteger && CC0 == ISD::SETNE &&
 4497   if (IsInteger && TLI.convertSetCCLogicToBitwiseLogic(OpVT) && CC0 == CC1 &&
 4531           return DAG.getSetCC(DL, VT, And, Zero, CC0);
 4546     ISD::CondCode NewCC = IsAnd ? ISD::getSetCCAndOperation(CC0, CC1, IsInteger)
 4547                                 : ISD::getSetCCOrOperation(CC0, CC1, IsInteger);