Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:VSh

985       Constant *VSh = ConstantInt::get(VTy, EltTy->getScalarSizeInBits()-1);
986 Value *In = Builder->CreateAShr(Op0, VSh, Op0->getName()+".lobit");