reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5287 if (isMatchingOps(ALHS, ARHS, BLHS, BRHS, AreSwappedOps)) { 5298 if (ALHS == BLHS && isa<ConstantInt>(ARHS) && isa<ConstantInt>(BRHS)) { 5300 APred, cast<ConstantInt>(ARHS), BPred, cast<ConstantInt>(BRHS))) 5308 return isImpliedCondOperands(APred, ALHS, ARHS, BLHS, BRHS, DL, Depth);