Searched defs:boolTy (Results 1 – 8 of 8) sorted by relevance
/llvm-project/mlir/unittests/IR/ |
H A D | AttributeTest.cpp | 44 IntegerType boolTy = IntegerType::get(&context, 1); in TEST() local 66 IntegerType boolTy = IntegerType::get(&context, 1); in TEST() local 97 IntegerType boolTy = IntegerType::get(&context, 1); in TEST() local 120 IntegerType boolTy = IntegerType::get(&context, 1); in TEST() local 247 IntegerType boolTy = IntegerType::get(&context, 1); in TEST() local 264 IntegerType boolTy = IntegerType::get(&context, 1); TEST() local [all...] |
/llvm-project/clang/test/Misc/ |
H A D | integer-literal-printing.cpp | 10 enum class boolTy : bool { enum
|
/llvm-project/flang/lib/Optimizer/Builder/Runtime/ |
H A D | Numeric.cpp | 177 auto boolTy = mlir::IntegerType::get(ctx, 1); in getTypeModel() local 189 auto boolTy = mlir::IntegerType::get(ctx, 1); in getTypeModel() local 434 mlir::Type boolTy = mlir::IntegerType::get(builder.getContext(), 1); genNearest() local
|
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | ControlFlowOps.cpp | 73 Type boolTy = builder.getI1Type(); in parse() local
|
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | TypeConverter.cpp | 75 __anon41de6d400b02(fir::LogicalType boolTy) __anon41de6d400b02() argument
|
/llvm-project/flang/unittests/Optimizer/Builder/ |
H A D | FIRBuilderTest.cpp | 445 mlir::Type boolTy = mlir::IntegerType::get(builder.getContext(), 1); TEST_F() local
|
/llvm-project/flang/lib/Lower/ |
H A D | IO.cpp | 247 mlir::IntegerType boolTy = builder.getI1Type(); makeNextConditionalOn() local 315 mlir::Type boolTy = fir::runtime::getModel<bool>()(builder.getContext()); getNonTbpDefinedIoTableAddr() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 1882 llvm::Type *boolTy = CGM.getTypes().ConvertTypeForMem(destType); emitForMemory() local
|