Searched refs:SplitVal (Results 1 – 2 of 2) sorted by relevance
1841 ConstantInt *SplitVal = nullptr; in ProcessBranchOnXOR() local1843 SplitVal = ConstantInt::getTrue(BB->getContext()); in ProcessBranchOnXOR()1845 SplitVal = ConstantInt::getFalse(BB->getContext()); in ProcessBranchOnXOR()1851 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in ProcessBranchOnXOR()1861 if (!SplitVal) { in ProcessBranchOnXOR()1865 } else if (SplitVal->isZero()) { in ProcessBranchOnXOR()1871 BO->setOperand(!isLHS, SplitVal); in ProcessBranchOnXOR()
11416 SDValue SplitVal = DAG.getNode(AcrossOp, dl, LoVT, InterVal); in ReplaceReductionResults() local11417 Results.push_back(SplitVal); in ReplaceReductionResults()