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.h3082 CompareInst(Initializer t, DataType::Type operType, ConditionCode cc) : BaseInst(std::move(t)) in CompareInst()
4753 CastInst(Initializer t, DataType::Type operType) : BaseInst(std::move(t)) in CastInst()
4785 CmpInst(Initializer t, DataType::Type operType) : BaseInst(std::move(t)) in CmpInst()
6169 SelectInst(Initializer t, DataType::Type operType, ConditionCode cc) : Base(std::move(t)) in SelectInst()
6210 SelectImmInst(Initializer t, uint64_t imm, DataType::Type operType, ConditionCode cc) in SelectImmInst()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp4159 auto operType = inst->CastToMin()->GetType(); in VisitMin() local
4180 auto operType = inst->CastToMax()->GetType(); in VisitMax() local