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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 4696       if (U == &I || U == OtherVal)
 4696       if (U == &I || U == OtherVal)
 4698       if (TruncInst *TI = dyn_cast<TruncInst>(U)) {
 4703       } else if (BinaryOperator *BO = dyn_cast<BinaryOperator>(U)) {
 4716       IC.Worklist.Add(cast<Instruction>(U));