Home | History | Annotate | Download | only in llvm

Lines Matching refs:getShl

647   static Constant *getShl(Constant *C1, Constant *C2,
685 return getShl(C1, C2, false, true);
688 return getShl(C1, C2, true, false);