Searched refs:SplitVal (Results 1 – 2 of 2) sorted by relevance
1829 ConstantInt *SplitVal = nullptr; in processBranchOnXOR() local1831 SplitVal = ConstantInt::getTrue(BB->getContext()); in processBranchOnXOR()1833 SplitVal = ConstantInt::getFalse(BB->getContext()); in processBranchOnXOR()1839 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()1849 if (!SplitVal) { in processBranchOnXOR()1853 } else if (SplitVal->isZero() && BO != BO->getOperand(isLHS)) { in processBranchOnXOR()1859 BO->setOperand(!isLHS, SplitVal); in processBranchOnXOR()
24483 SDValue SplitVal = DAG.getNode(AcrossOp, dl, LoVT, InterVal); in ReplaceReductionResults() local24484 Results.push_back(SplitVal); in ReplaceReductionResults()