Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:FullMask

3247     const uint32_t FullMask = S_NAN | Q_NAN | N_INFINITY | N_NORMAL |
3265 if ((Mask & FullMask) == FullMask)
3268 if ((Mask & FullMask) == 0)
3284 if ((Mask & FullMask) != Mask) {
3286 { Src0, ConstantInt::get(Src1->getType(), Mask & FullMask) }