Searched refs:olo (Results 1 – 2 of 2) sorted by relevance
2008 HOST_WIDE_INT mlo, olo, ilo; in try_combine() local2014 olo = INTVAL (outer); in try_combine()2015 ohi = olo < 0 ? -1 : 0; in try_combine()2019 olo = CONST_DOUBLE_LOW (outer); in try_combine()2071 olo = (olo & ~mlo) | ilo; in try_combine()2082 immed_double_const (olo, ohi, GET_MODE (SET_DEST (temp)))); in try_combine()
2335 loosely on a patch from olo at fb.com, ok djm@