Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h435 mlir::Value createShiftLeft(mlir::Location loc, mlir::Value lhs, in createShiftLeft() function
445 mlir::Value createShiftLeft(mlir::Location loc, mlir::Value lhs, in createShiftLeft() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp1603 return builder.createShiftLeft(cgf.getLoc(ops.loc), ops.lhs, ops.rhs); in emitShl()