Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h418 bool isShiftLeft) { in createShift() argument
419 return create<cir::ShiftOp>(loc, lhs.getType(), lhs, rhs, isShiftLeft); in createShift()
423 const llvm::APInt &rhs, bool isShiftLeft) { in createShift() argument
425 isShiftLeft); in createShift()
429 bool isShiftLeft) { in createShift() argument
432 return createShift(loc, lhs, shift, isShiftLeft); in createShift()