Searched refs:SplitVal (Results 1 – 2 of 2) sorted by relevance
1905 ConstantInt *SplitVal = nullptr; in processBranchOnXOR() local1907 SplitVal = ConstantInt::getTrue(BB->getContext()); in processBranchOnXOR()1909 SplitVal = ConstantInt::getFalse(BB->getContext()); in processBranchOnXOR()1915 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()1925 if (!SplitVal) { in processBranchOnXOR()1929 } else if (SplitVal->isZero()) { in processBranchOnXOR()1935 BO->setOperand(!isLHS, SplitVal); in processBranchOnXOR()
16553 SDValue SplitVal = DAG.getNode(AcrossOp, dl, LoVT, InterVal); in ReplaceReductionResults() local16554 Results.push_back(SplitVal); in ReplaceReductionResults()