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

References

lib/Transforms/Utils/SimplifyCFG.cpp
  477     if (CompValue && CompValue != NewVal)
  477     if (CompValue && CompValue != NewVal)
  479     CompValue = NewVal;
  480     return (CompValue != nullptr);
  672       CompValue = nullptr;
 3706   Value *CompVal = ConstantCompare.CompValue;