Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:TopHalf

5251   ConstantSDNode *TopHalf = nullptr;
5256 if (TopHalf == nullptr)
5257 TopHalf = cast<ConstantSDNode>(Cond.getOperand(i));
5258 else if (Cond->getOperand(i).getNode() != TopHalf)
5262 assert(TopHalf && BottomHalf &&
5268 TopHalf->isNullValue() ? RHS->getOperand(1) : LHS->getOperand(1));