Home
last modified time | relevance | path

Searched refs:createShiftRight (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h440 mlir::Value createShiftRight(mlir::Location loc, mlir::Value lhs, in createShiftRight() function
450 mlir::Value createShiftRight(mlir::Location loc, mlir::Value lhs, in createShiftRight() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp1627 return builder.createShiftRight(cgf.getLoc(ops.loc), ops.lhs, ops.rhs); in emitShr()