Searched defs:any_type (Results 1 – 4 of 4) sorted by relevance
85 auto any_type = GetAnyStringType(language); in BuildCastToAnyString() local112 auto any_type = NumericDataTypeToAnyType(type, language); in BuildCastToAnyNumber() local
43 auto any_type = inst->CastToCastValueToAnyType()->GetAnyType(); in LowerCastValueToAnyTypeWithConst() local
2607 void SetAnyType(AnyBaseType any_type) in SetAnyType()2632 …CompareAnyTypeInst(Opcode opcode, uint32_t pc, AnyBaseType any_type) : BaseInst(opcode, DataType::… in CompareAnyTypeInst()2662 CastAnyTypeValueInst(Opcode opcode, uint32_t pc, AnyBaseType any_type) in CastAnyTypeValueInst()2684 AnyBaseType any_type = GetAnyType(); in Clone() local2713 auto any_type = GetAnyType(); in Clone() local2729 …AnyTypeCheckInst(Opcode opcode, uint32_t pc, AnyBaseType any_type) : BaseInst(opcode, DataType::AN… in AnyTypeCheckInst()
604 IrConstructor &AnyType(AnyBaseType any_type) in AnyType()