Searched refs:lowerVectorLShr (Results 1 – 1 of 1) sorted by relevance
220 llvm::Value *lowerVectorLShr(llvm::Value *x, uint64_t scalarY) in lowerVectorLShr() function2204 return As<UShort4>(V(lowerVectorLShr(V(lhs.value()), rhs))); in operator >>()2326 return As<UShort8>(V(lowerVectorLShr(V(lhs.value()), rhs))); in operator >>()2526 return As<UInt2>(V(lowerVectorLShr(V(lhs.value()), rhs))); in operator >>()2831 return As<UInt4>(V(lowerVectorLShr(V(lhs.value()), rhs))); in operator >>()