Searched defs:StoringOther (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1646 bool StoringOther = SI->getOperand(0) == OtherVal; local
1649 if (StoringOther || SI->getOperand(0) == InitVal) {
1651 StoringOther);

Completed in 650 milliseconds