Lines Matching defs:BottomHalf
11794 ConstantSDNode *BottomHalf = nullptr;
11799 if (BottomHalf == nullptr)
11800 BottomHalf = cast<ConstantSDNode>(Cond.getOperand(i));
11801 else if (Cond->getOperand(i).getNode() != BottomHalf)
11817 assert(TopHalf && BottomHalf &&
11822 BottomHalf->isZero() ? RHS->getOperand(0) : LHS->getOperand(0),