Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/
H A DFlattenCFG.cpp195 cir::IntType sIntType = cir::IntType::get(op.getContext(), 32, true); in condBrToRangeDestination() local
199 op.getLoc(), cir::IntAttr::get(sIntType, upperBound - lowerBound)); in condBrToRangeDestination()
202 op.getLoc(), cir::IntAttr::get(sIntType, lowerBound)); in condBrToRangeDestination()
204 rewriter.create<cir::BinOp>(op.getLoc(), sIntType, cir::BinOpKind::Sub, in condBrToRangeDestination()