Searched refs:lowerVectorLShr (Results 1 – 1 of 1) sorted by relevance
232 llvm::Value *lowerVectorLShr(llvm::Value *x, uint64_t scalarY) in lowerVectorLShr() function2224 return As<UShort4>(V(lowerVectorLShr(V(lhs.value()), rhs))); in operator >>()2346 return As<UShort8>(V(lowerVectorLShr(V(lhs.value()), rhs))); in operator >>()2546 return As<UInt2>(V(lowerVectorLShr(V(lhs.value()), rhs))); in operator >>()2851 return As<UInt4>(V(lowerVectorLShr(V(lhs.value()), rhs))); in operator >>()