Searched refs:SplitVal (Results 1 – 2 of 2) sorted by relevance
1887 ConstantInt *SplitVal = nullptr; in processBranchOnXOR() local1889 SplitVal = ConstantInt::getTrue(BB->getContext()); in processBranchOnXOR()1891 SplitVal = ConstantInt::getFalse(BB->getContext()); in processBranchOnXOR()1897 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()1907 if (!SplitVal) { in processBranchOnXOR()1911 } else if (SplitVal->isZero()) { in processBranchOnXOR()1917 BO->setOperand(!isLHS, SplitVal); in processBranchOnXOR()
20085 SDValue SplitVal = DAG.getNode(AcrossOp, dl, LoVT, InterVal); in ReplaceReductionResults() local20086 Results.push_back(SplitVal); in ReplaceReductionResults()