Searched refs:XorOpValues (Results 1 – 1 of 1) sorted by relevance
1346 PredValueInfoTy XorOpValues; in ProcessBranchOnXOR() local1348 if (!ComputeValueKnownInPredecessors(BO->getOperand(0), BB, XorOpValues, in ProcessBranchOnXOR()1350 assert(XorOpValues.empty()); in ProcessBranchOnXOR()1351 if (!ComputeValueKnownInPredecessors(BO->getOperand(1), BB, XorOpValues, in ProcessBranchOnXOR()1357 assert(!XorOpValues.empty() && in ProcessBranchOnXOR()1363 for (unsigned i = 0, e = XorOpValues.size(); i != e; ++i) { in ProcessBranchOnXOR()1364 if (isa<UndefValue>(XorOpValues[i].first)) in ProcessBranchOnXOR()1367 if (cast<ConstantInt>(XorOpValues[i].first)->isZero()) in ProcessBranchOnXOR()1383 for (unsigned i = 0, e = XorOpValues.size(); i != e; ++i) { in ProcessBranchOnXOR()1384 if (XorOpValues[i].first != SplitVal && in ProcessBranchOnXOR()[all …]