Searched refs:XorOpValues (Results 1 – 1 of 1) sorted by relevance
1290 PredValueInfoTy XorOpValues; in ProcessBranchOnXOR() local1292 if (!ComputeValueKnownInPredecessors(BO->getOperand(0), BB, XorOpValues, in ProcessBranchOnXOR()1294 assert(XorOpValues.empty()); in ProcessBranchOnXOR()1295 if (!ComputeValueKnownInPredecessors(BO->getOperand(1), BB, XorOpValues, in ProcessBranchOnXOR()1301 assert(!XorOpValues.empty() && in ProcessBranchOnXOR()1307 for (unsigned i = 0, e = XorOpValues.size(); i != e; ++i) { in ProcessBranchOnXOR()1308 if (isa<UndefValue>(XorOpValues[i].first)) in ProcessBranchOnXOR()1311 if (cast<ConstantInt>(XorOpValues[i].first)->isZero()) in ProcessBranchOnXOR()1327 for (unsigned i = 0, e = XorOpValues.size(); i != e; ++i) { in ProcessBranchOnXOR()1328 if (XorOpValues[i].first != SplitVal && in ProcessBranchOnXOR()[all …]