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

References

lib/Analysis/LazyValueInfo.cpp
 1362     bool Op0Match = BO->getOperand(0) == Op;
 1363     bool Op1Match = BO->getOperand(1) == Op;
 1366     Value *LHS = Op0Match ? OpConst : BO->getOperand(0);
 1367     Value *RHS = Op1Match ? OpConst : BO->getOperand(1);
 1369             SimplifyBinOp(BO->getOpcode(), LHS, RHS, DL))) {