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

References

lib/Transforms/Scalar/Reassociate.cpp
 1373         CombineXorOpnd(I, CurrOpnd, ConstOpnd, CV)) {
 1375       if (CV)
 1376         *CurrOpnd = XorOpnd(CV);
 1390     if (CombineXorOpnd(I, CurrOpnd, PrevOpnd, ConstOpnd, CV)) {
 1393       if (CV) {
 1394         *CurrOpnd = XorOpnd(CV);