Home
last modified time | relevance | path

Searched defs:any_type (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h85 auto any_type = GetAnyStringType(language); in BuildCastToAnyString() local
112 auto any_type = NumericDataTypeToAnyType(type, language); in BuildCastToAnyNumber() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.cpp43 auto any_type = inst->CastToCastValueToAnyType()->GetAnyType(); in LowerCastValueToAnyTypeWithConst() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h2607 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() local
2713 auto any_type = GetAnyType(); in Clone() local
2729 …AnyTypeCheckInst(Opcode opcode, uint32_t pc, AnyBaseType any_type) : BaseInst(opcode, DataType::AN… in AnyTypeCheckInst()
Dir_constructor.h604 IrConstructor &AnyType(AnyBaseType any_type) in AnyType()