Home
last modified time | relevance | path

Searched defs:operType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h3058 CompareInst(Initializer t, DataType::Type operType, ConditionCode cc) : BaseInst(std::move(t)) in CompareInst()
4691 CastInst(Initializer t, DataType::Type operType) : BaseInst(std::move(t)) in CastInst()
4723 CmpInst(Initializer t, DataType::Type operType) : BaseInst(std::move(t)) in CmpInst()
6080 SelectInst(Initializer t, DataType::Type operType, ConditionCode cc) : Base(std::move(t)) in SelectInst()
6121 SelectImmInst(Initializer t, uint64_t imm, DataType::Type operType, ConditionCode cc) in SelectImmInst()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp4164 auto operType = inst->CastToMin()->GetType(); in VisitMin() local
4185 auto operType = inst->CastToMax()->GetType(); in VisitMax() local