Searched refs:trunc_ (Results 1 – 4 of 4) sorted by relevance
86 define zeroext i8 @trunc_(i8 zeroext %a, i16 zeroext %b, i32 %c, i64 %d) {
4 define zeroext i32 @trunc_(i8 zeroext %a, i16 zeroext %b, i32 %c, i64 %d) nounwind ssp {6 ; CHECK-LABEL: trunc_
662 SI U32 trunc_(F v) { return (U32)__builtin_convertvector( v, I32); } in trunc_() function667 SI U32 trunc_(F v) { return (U32)v; } in trunc_() function
212 return trunc_(y)*ctx->stride + trunc_(x); in ix_and_ptr()1181 auto idx = trunc_(t * (c->stopCount-1)); in STAGE()