Searched refs:createShift (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/ |
| H A D | CIRBaseBuilder.h | 417 mlir::Value createShift(mlir::Location loc, mlir::Value lhs, mlir::Value rhs, in createShift() function 422 mlir::Value createShift(mlir::Location loc, mlir::Value lhs, in createShift() function 424 return createShift(loc, lhs, getConstAPInt(loc, lhs.getType(), rhs), in createShift() 428 mlir::Value createShift(mlir::Location loc, mlir::Value lhs, unsigned bits, in createShift() function 432 return createShift(loc, lhs, shift, isShiftLeft); in createShift() 437 return createShift(loc, lhs, bits, true); in createShiftLeft() 442 return createShift(loc, lhs, bits, false); in createShiftRight() 447 return createShift(loc, lhs, rhs, true); in createShiftLeft() 452 return createShift(loc, lhs, rhs, false); in createShiftRight()
|