Home
last modified time | relevance | path

Searched defs:i1Type (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/mlir/test/EDSC/
Dbuilder-api-test.cpp393 auto i1Type = IntegerType::get(1, &globalContext()); in TEST_FUNC() local
417 auto i1Type = IntegerType::get(/*width=*/1, &globalContext()); in TEST_FUNC() local
438 auto i1Type = IntegerType::get(/*width=*/1, &globalContext()); in TEST_FUNC() local
/external/llvm-project/mlir/lib/Dialect/OpenACC/IR/
DOpenACC.cpp202 Type i1Type = builder.getI1Type(); in parseParallelOp() local
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIROps.cpp280 mlir::Type i1Type = builder.getI1Type(); in parseCmpOp() local
628 auto i1Type = builder.getIntegerType(1); in parseIterWhileOp() local
1422 mlir::Type i1Type = builder.getIntegerType(1); in parseWhereOp() local
/external/llvm-project/flang/lib/Lower/
DIntrinsicCall.cpp1147 auto i1Type = mlir::IntegerType::get(1, builder.getContext()); in genMerge() local
/external/llvm-project/mlir/lib/Dialect/SCF/
DSCF.cpp635 Type i1Type = builder.getIntegerType(1); in parseIfOp() local
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp754 auto i1Type = IntegerType::get(1, type.getContext()); in getI1SameShape() local
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp2206 auto i1Type = LLVM::LLVMType::getInt1Ty(context); in copyUnrankedDescriptors() local