Bool              112 python_bindings/python/Type.cpp     p::def("Bool", h::Bool,
Bool              212 src/AddImageChecks.cpp         Expr inference_mode = Call::make(Bool(), Call::buffer_is_bounds_query,
Bool              908 src/CPlusPlusMangle.cpp         args.push_back(ExternFuncArgument(make_zero(Bool())));
Bool              454 src/CSE.cpp            Expr t2 = Variable::make(Bool(), "t2");
Bool              473 src/CSE.cpp            Expr t2 = Variable::make(Bool(), "t2");
Bool             1514 src/CodeGen_Hexagon.cpp         value = codegen(Cast::make(Bool(), Shuffle::make_extract_element(op->args[0], *index)));
Bool               37 src/CodeGen_OpenGLCompute_Dev.cpp             result = Bool();
Bool               41 src/CodeGen_OpenGL_Dev.cpp             result = Bool();
Bool              188 src/EliminateBoolVectors.cpp             expr = Call::make(Bool(), Call::extract_mask_element, {Shuffle::make_concat(op->vectors), op->indices[0]}, Call::PureIntrinsic);
Bool              728 src/Generator.cpp         {"bool", Bool()},
Bool             2202 src/Generator.h     static inline Type Bool(int lanes = 1) { return Halide::Bool(lanes); }
Bool              108 src/IR.cpp         node->type = Bool(a.type().lanes());
Bool              120 src/IR.cpp         node->type = Bool(a.type().lanes());
Bool              132 src/IR.cpp         node->type = Bool(a.type().lanes());
Bool              145 src/IR.cpp         node->type = Bool(a.type().lanes());
Bool              157 src/IR.cpp         node->type = Bool(a.type().lanes());
Bool              170 src/IR.cpp         node->type = Bool(a.type().lanes());
Bool              184 src/IR.cpp         node->type = Bool(a.type().lanes());
Bool              198 src/IR.cpp         node->type = Bool(a.type().lanes());
Bool              209 src/IR.cpp         node->type = Bool(a.type().lanes());
Bool              831 src/IROperator.h         condition = cast(Bool(), condition);
Bool             1298 src/IROperator.h     Type t = Bool(x.type().lanes());
Bool              356 src/Memoization.cpp                                                    Cast::make(Bool(), Variable::make(Int(32), cache_result_name)),
Bool              403 src/Memoization.cpp             Expr cache_miss = Variable::make(Bool(), cache_miss_name);
Bool               83 src/ParallelRVar.cpp         if (op->value.type() == Bool()) {
Bool             5699 src/Simplify.cpp     Expr b1 = Variable::make(Bool(), "b1");
Bool             5700 src/Simplify.cpp     Expr b2 = Variable::make(Bool(), "b2");
Bool             6010 src/Simplify.cpp             b[i] = Variable::make(Bool(), unique_name('b'));
Bool             1490 src/Solve.cpp      Expr c = Variable::make(Bool(), "c");
Bool              442 src/Type.h     inline Type Bool(int lanes = 1) {
Bool              104 src/UnpackBuffers.cpp         Expr host_dirty_val = Call::make(Bool(), Call::buffer_get_host_dirty, args, Call::Extern);
Bool              108 src/UnpackBuffers.cpp         Expr dev_dirty_val = Call::make(Bool(), Call::buffer_get_device_dirty, args, Call::Extern);
Bool              720 src/VectorizeLoops.cpp                 all_true = Call::make(Bool(), c->name,
Bool              204 src/WrapExternStages.cpp             Expr bounds_query = Call::make(Bool(), Call::buffer_is_bounds_query,
Bool               34 src/runtime/linux_opengl_context.cpp typedef GLXContext (*glXCreateContextAttribsARBProc)(Display*, GLXFBConfig, GLXContext, Bool, const int*);
Bool              424 src/runtime/opengl.cpp         type = Argument::Bool;
Bool             1482 src/runtime/opengl.cpp                 case Argument::Bool:
Bool             1564 src/runtime/opengl.cpp             case Argument::Bool:
Bool               27 test/correctness/process_some_tiles.cpp     ImageParam bitmap(Bool(), 2);