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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 4415   if (!isSetCCEquivalent(N0, LL, LR, N0CC) ||
 4421   assert(LL.getValueType() == LR.getValueType() &&
 4439   if (LR == RR && CC0 == CC1 && IsInteger) {
 4440     bool IsZero = isNullOrNullSplat(LR);
 4441     bool IsNeg1 = isAllOnesOrAllOnesSplat(LR);
 4459       return DAG.getSetCC(DL, VT, Or, LR, CC1);
 4478       return DAG.getSetCC(DL, VT, And, LR, CC1);
 4486       ((isNullConstant(LR) && isAllOnesConstant(RR)) ||
 4487        (isAllOnesConstant(LR) && isNullConstant(RR)))) {
 4502       SDValue XorL = DAG.getNode(ISD::XOR, SDLoc(N0), OpVT, LL, LR);
 4513       ConstantSDNode *C0 = isConstOrConstSplat(LR);
 4538   if (LL == RR && LR == RL) {
 4545   if (LL == RL && LR == RR) {
 4552       return DAG.getSetCC(DL, VT, LL, LR, NewCC);