Searched defs:operType (Results 1 – 2 of 2) sorted by relevance
3044 CompareInst(Initializer t, DataType::Type operType, ConditionCode cc) : BaseInst(std::move(t)) in CompareInst()4674 CastInst(Initializer t, DataType::Type operType) : BaseInst(std::move(t)) in CastInst()4706 CmpInst(Initializer t, DataType::Type operType) : BaseInst(std::move(t)) in CmpInst()6055 SelectInst(Initializer t, DataType::Type operType, ConditionCode cc) : Base(std::move(t)) in SelectInst()6095 SelectImmInst(Initializer t, uint64_t imm, DataType::Type operType, ConditionCode cc) in SelectImmInst()
3817 auto operType = inst->CastToMin()->GetType(); in VisitMin() local3838 auto operType = inst->CastToMax()->GetType(); in VisitMax() local