Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewCst

147       Constant *NewCst = nullptr;
150 NewCst = ConstantInt::get(NewOp->getType(), IVal->logBase2());
154 NewCst = getLogBase2Vector(CV);
156 if (NewCst) {
157 BinaryOperator *Shl = BinaryOperator::CreateShl(NewOp, NewCst);