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

References

lib/Transforms/IPO/GlobalOpt.cpp
 1649   auto *CI = dyn_cast<ConstantInt>(OtherVal);
 1700       bool StoringOther = SI->getOperand(0) == OtherVal;
 1742         NSI = SelectInst::Create(NLI, OtherVal, InitVal, "", LI);