Home
last modified time | relevance | path

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

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DCodeGen_LLVM.h213 *scalar_value_t_type, variable
H A DCodeGen_LLVM.cpp199 scalar_value_t_type(nullptr), in CodeGen_LLVM()
622 scalar_value_t_type = module->getTypeByName("struct.halide_scalar_value_t"); in init_codegen()
623 internal_assert(scalar_value_t_type) << "Did not find halide_scalar_value_t in initial module"; in init_codegen()
971 return Constant::getNullValue(scalar_value_t_type->getPointerTo()); in embed_constant_scalar_value_t()
1016 scalar_value_t_type->getPointerTo()); in embed_constant_scalar_value_t()
1020 internal_assert(t != scalar_value_t_type); in embed_constant_expr()