HomeSort by relevance Sort by last modified time
    Searched full:vector8bool (Results 1 - 1 of 1) sorted by null

  /external/clang/test/CodeGen/
convertvector.c 17 typedef BOOL vector8bool __attribute__((__ext_vector_type__(8))); typedef
35 vector8bool flt_tobool(vector8float x) {
36 return __builtin_convertvector(x, vector8bool);
72 vector8bool int_tobool(vector8short x) {
73 return __builtin_convertvector(x, vector8bool);

Completed in 1325 milliseconds