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