Searched refs:type_kind (Results 1 – 4 of 4) sorted by relevance
84 LLVMTypeKind type_kind; in lp_build_print_value() local93 type_kind = LLVMGetTypeKind(type_ref); in lp_build_print_value()95 if (type_kind == LLVMVectorTypeKind) { in lp_build_print_value()99 type_kind = LLVMGetTypeKind(type_ref); in lp_build_print_value()104 if (type_kind == LLVMFloatTypeKind || type_kind == LLVMDoubleTypeKind) { in lp_build_print_value()109 } else if (type_kind == LLVMIntegerTypeKind) { in lp_build_print_value()119 } else if (type_kind == LLVMPointerTypeKind) { in lp_build_print_value()138 if (type_kind == LLVMIntegerTypeKind && in lp_build_print_value()
68 LLVMTypeKind type_kind; in build_binary_int_overflow() local76 type_kind = LLVMGetTypeKind(type_ref); in build_binary_int_overflow()78 debug_assert(type_kind == LLVMIntegerTypeKind); in build_binary_int_overflow()
179 static Interpreter::TypeKind type_kind(const Type& type) { in type_kind() function276 switch (type_kind(b.fLeft->fType)) { \ in evaluate()288 switch (type_kind(b.fLeft->fType)) { \ in evaluate()298 switch (type_kind(b.fLeft->fType)) { \ in evaluate()311 switch (type_kind(b.fLeft->fType)) { \ in evaluate()328 switch (type_kind(b.fLeft->fType)) { \ in evaluate()406 switch (type_kind(p.fType)) { in evaluate()427 switch (type_kind(p.fType)) { in evaluate()