Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Sh

525       Value *Sh = ConstantInt::get(In->getType(),
527 In = Builder->CreateLShr(In, Sh, In->getName()+".lobit");
911 Value *Sh = ConstantInt::get(Op0->getType(),
913 Value *In = Builder->CreateAShr(Op0, Sh, Op0->getName()+".lobit");