Searched refs:SplitVal (Results 1 – 2 of 2) sorted by relevance
1910 ConstantInt *SplitVal = nullptr; in processBranchOnXOR() local1912 SplitVal = ConstantInt::getTrue(BB->getContext()); in processBranchOnXOR()1914 SplitVal = ConstantInt::getFalse(BB->getContext()); in processBranchOnXOR()1920 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()1930 if (!SplitVal) { in processBranchOnXOR()1934 } else if (SplitVal->isZero() && BO != BO->getOperand(isLHS)) { in processBranchOnXOR()1940 BO->setOperand(!isLHS, SplitVal); in processBranchOnXOR()
21933 SDValue SplitVal = DAG.getNode(AcrossOp, dl, LoVT, InterVal); in ReplaceReductionResults() local21934 Results.push_back(SplitVal); in ReplaceReductionResults()