Searched refs:SplitVal (Results 1 – 2 of 2) sorted by relevance
1904 ConstantInt *SplitVal = nullptr; in processBranchOnXOR() local1906 SplitVal = ConstantInt::getTrue(BB->getContext()); in processBranchOnXOR()1908 SplitVal = ConstantInt::getFalse(BB->getContext()); in processBranchOnXOR()1914 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()1924 if (!SplitVal) { in processBranchOnXOR()1928 } else if (SplitVal->isZero()) { in processBranchOnXOR()1934 BO->setOperand(!isLHS, SplitVal); in processBranchOnXOR()
17095 SDValue SplitVal = DAG.getNode(AcrossOp, dl, LoVT, InterVal); in ReplaceReductionResults() local17096 Results.push_back(SplitVal); in ReplaceReductionResults()