Lines Matching refs:isExact
699 bool isExact = false) {
702 return Insert(Folder.CreateUDiv(LC, RC, isExact), Name);
703 if (!isExact)
711 bool isExact = false) {
714 return Insert(Folder.CreateSDiv(LC, RC, isExact), Name);
715 if (!isExact)
771 bool isExact = false) {
774 return Insert(Folder.CreateLShr(LC, RC, isExact), Name);
775 if (!isExact)
780 bool isExact = false) {
781 return CreateLShr(LHS, ConstantInt::get(LHS->getType(), RHS), Name,isExact);
784 bool isExact = false) {
785 return CreateLShr(LHS, ConstantInt::get(LHS->getType(), RHS), Name,isExact);
789 bool isExact = false) {
792 return Insert(Folder.CreateAShr(LC, RC, isExact), Name);
793 if (!isExact)
798 bool isExact = false) {
799 return CreateAShr(LHS, ConstantInt::get(LHS->getType(), RHS), Name,isExact);
802 bool isExact = false) {
803 return CreateAShr(LHS, ConstantInt::get(LHS->getType(), RHS), Name,isExact);