Searched refs:SplitVal (Results 1 – 2 of 2) sorted by relevance
1818 ConstantInt *SplitVal = nullptr; in processBranchOnXOR() local1820 SplitVal = ConstantInt::getTrue(BB->getContext()); in processBranchOnXOR()1822 SplitVal = ConstantInt::getFalse(BB->getContext()); in processBranchOnXOR()1828 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()1838 if (!SplitVal) { in processBranchOnXOR()1842 } else if (SplitVal->isZero() && BO != BO->getOperand(isLHS)) { in processBranchOnXOR()1848 BO->setOperand(!isLHS, SplitVal); in processBranchOnXOR()
25909 SDValue SplitVal = DAG.getNode(AcrossOp, dl, LoVT, InterVal); in ReplaceReductionResults() local25910 Results.push_back(SplitVal); in ReplaceReductionResults()