Lines Matching refs:vec
849 PCastTo<sz>( PCast<sz>( CmpEQ<sz> ( vec, 1...1 ) ) )
853 vec contains 0 (defined) bits where the corresponding arg bits
856 vec = Or<sz>( vxx, // 0 iff bit defined
861 If any bit of vec is 0, the result is defined and so the
867 if vec == 1...1 then 1...1 else 0...0
869 PCast<sz>( CmpEQ<sz> ( vec, 1...1 ) )
878 IRAtom *naive, *vec, *improvement_term;
916 vec
928 assignNew('V', mce,Ity_I1, binop(opCMP, vec, top)));