Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/
H A DFlattenCFG.cpp196 cir::IntType uIntType = cir::IntType::get(op.getContext(), 32, false); in condBrToRangeDestination() local
209 op.getLoc(), uIntType, CastKind::integral, diffValue); in condBrToRangeDestination()
211 op.getLoc(), uIntType, CastKind::integral, rangeLength); in condBrToRangeDestination()