Searched refs:IsPointerType (Results 1 – 25 of 27) sorted by relevance
12
30 if (_.IsPointerType(inst->type_id())) return SPV_SUCCESS; in ValidateSmallTypeUses()
257 if (!_.IsPointerType(input_type)) in ConversionPass()311 if (!_.IsPointerType(result_type)) in ConversionPass()469 const bool result_is_pointer = _.IsPointerType(result_type); in ConversionPass()471 const bool input_is_pointer = _.IsPointerType(input_type); in ConversionPass()
35 !_.IsPointerType(inst->type_id())) { in ValidateUndef()
458 !_.IsPointerType(inst->type_id()) && in ConstantPass()
576 bool IsPointerType(uint32_t id) const;
55 if (_.IsPointerType(inst->type_id()) && in ValidatePhi()
1558 if (vstate.IsPointerType(type_id)) { in CheckComponentDecoration()
936 bool ValidationState_t::IsPointerType(uint32_t id) const { in IsPointerType() function in spvtools::val::ValidationState_t
580 bool IsPointerType(uint32_t id) const;
1540 if (vstate.IsPointerType(type_id)) { in CheckComponentDecoration()
727 (lNullptr && rTyp.IsPointerType()) ||728 (rNullptr && lTyp.IsPointerType()) {
111 if (method == nil) || !method.LHS().MType().IsPointerType() {
730 func (n *TypeExpr) IsPointerType() bool { func