Searched refs:SplitVal (Results 1 – 2 of 2) sorted by relevance
1374 ConstantInt *SplitVal = nullptr; in ProcessBranchOnXOR() local1376 SplitVal = ConstantInt::getTrue(BB->getContext()); in ProcessBranchOnXOR()1378 SplitVal = ConstantInt::getFalse(BB->getContext()); in ProcessBranchOnXOR()1384 if (XorOpValues[i].first != SplitVal && in ProcessBranchOnXOR()1395 if (!SplitVal) { in ProcessBranchOnXOR()1399 } else if (SplitVal->isZero()) { in ProcessBranchOnXOR()1405 BO->setOperand(!isLHS, SplitVal); in ProcessBranchOnXOR()
9834 SDValue SplitVal = DAG.getNode(AcrossOp, dl, LoVT, InterVal); in ReplaceReductionResults() local9835 Results.push_back(SplitVal); in ReplaceReductionResults()