Searched refs:vec_step (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Daltivec.h308 /* Given the vec_step of a type, return the corresponding bool type. */
326 typename __altivec_bool_ret <vec_step (T)>::__ret \
458 to #define vec_step to __builtin_vec_step. */
459 #define vec_step(x) __builtin_vec_step (* (__typeof__ (x) *) 0) macro
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp945 OS << "vec_step";

Completed in 184 milliseconds