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

References

lib/Transforms/Scalar/Reassociate.cpp
 1330       ConstOpnd ^= *C;
 1372     if (!ConstOpnd.isNullValue() &&
 1373         CombineXorOpnd(I, CurrOpnd, ConstOpnd, CV)) {
 1390     if (CombineXorOpnd(I, CurrOpnd, PrevOpnd, ConstOpnd, CV)) {
 1414     if (!ConstOpnd.isNullValue()) {
 1415       Value *C = ConstantInt::get(Ty, ConstOpnd);
 1423       assert(ConstOpnd.isNullValue());
 1424       return ConstantInt::get(Ty, ConstOpnd);