reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
951 Index = ((Index < 0) ? NumElts : Index & 0x0F) + (I & 0xF0); 951 Index = ((Index < 0) ? NumElts : Index & 0x0F) + (I & 0xF0); 951 Index = ((Index < 0) ? NumElts : Index & 0x0F) + (I & 0xF0); 952 Indexes[I] = ConstantInt::get(MaskEltTy, Index);