Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/MathToLLVM/
H A DMathToLLVM.cpp59 auto boolType = rewriter.getIntegerType(1); in matchAndRewrite() local
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp897 QualType boolType = getContext().BoolTy; in evalBinOpLL() local
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp564 auto boolType = builder.getRefType(builder.getI1Type()); in boolRefToLogical() local
1228 mlir::Type boolType = enableHandlers.getFunctionType().getInput(1); in genConditionHandlerCall() local
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp98 auto boolType = IntegerType::get(lhs.getType().getContext(), 1); in build() local
2591 auto boolType = IntegerType::get(builder.getContext(), 1); in parse() local
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorConversion.cpp985 Type boolType = rewriter.getIntegerType(1); in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp951 Type boolType = builder.getI1Type(); in buildLogicalBinaryOp() local
961 Type boolType = builder.getI1Type(); in buildLogicalUnaryOp() local
/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp536 auto boolType = IntegerType::get(rewriter.getContext(), 1); in matchAndRewrite() local