Home
last modified time | relevance | path

Searched refs:createAShR (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DLoweringHelpers.h48 mlir::Value createAShR(mlir::OpBuilder &bld, mlir::Value lhs, unsigned rhs);
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/
H A DLoweringHelpers.cpp166 mlir::Value createAShR(mlir::OpBuilder &bld, mlir::Value lhs, unsigned rhs) { in createAShR() function
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp2585 resultVal = createAShR(rewriter, resultVal, highBits); in matchAndRewrite()
2656 val = createAShR(rewriter, val, offset + highBits); in matchAndRewrite()