Searched refs:Op0BOOp1 (Results 1 – 2 of 2) sorted by relevance
429 Value *Op0BOOp1 = Op0BO->getOperand(1); in FoldShiftByConstant() local430 if (isLeftShift && Op0BOOp1->hasOneUse() && in FoldShiftByConstant()431 match(Op0BOOp1, in FoldShiftByConstant()434 cast<BinaryOperator>(Op0BOOp1)->getOperand(0)->hasOneUse()) { in FoldShiftByConstant()
445 Value *Op0BOOp1 = Op0BO->getOperand(1); in FoldShiftByConstant() local446 if (isLeftShift && Op0BOOp1->hasOneUse() && in FoldShiftByConstant()447 match(Op0BOOp1, in FoldShiftByConstant()