Searched defs:operType (Results 1 – 2 of 2) sorted by relevance
3058 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()
4164 auto operType = inst->CastToMin()->GetType(); in VisitMin() local4185 auto operType = inst->CastToMax()->GetType(); in VisitMax() local