Searched refs:Op0BOOp1 (Results 1 – 3 of 3) 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()
454 Value *Op0BOOp1 = Op0BO->getOperand(1); in FoldShiftByConstant() local455 if (isLeftShift && Op0BOOp1->hasOneUse() && in FoldShiftByConstant()456 match(Op0BOOp1, in FoldShiftByConstant()