Searched refs:SplitVal (Results 1 – 3 of 3) sorted by relevance
1235 ConstantInt *SplitVal = 0; in ProcessBranchOnXOR() local1237 SplitVal = ConstantInt::getTrue(BB->getContext()); in ProcessBranchOnXOR()1239 SplitVal = ConstantInt::getFalse(BB->getContext()); in ProcessBranchOnXOR()1245 if (XorOpValues[i].first != SplitVal && in ProcessBranchOnXOR()1256 if (SplitVal == 0) { in ProcessBranchOnXOR()1260 } else if (SplitVal->isZero()) { in ProcessBranchOnXOR()1266 BO->setOperand(!isLHS, SplitVal); in ProcessBranchOnXOR()
1370 ConstantInt *SplitVal = nullptr; in ProcessBranchOnXOR() local1372 SplitVal = ConstantInt::getTrue(BB->getContext()); in ProcessBranchOnXOR()1374 SplitVal = ConstantInt::getFalse(BB->getContext()); in ProcessBranchOnXOR()1380 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in ProcessBranchOnXOR()1390 if (!SplitVal) { in ProcessBranchOnXOR()1394 } else if (SplitVal->isZero()) { in ProcessBranchOnXOR()1400 BO->setOperand(!isLHS, SplitVal); in ProcessBranchOnXOR()
10080 SDValue SplitVal = DAG.getNode(AcrossOp, dl, LoVT, InterVal); in ReplaceReductionResults() local10081 Results.push_back(SplitVal); in ReplaceReductionResults()