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