Searched defs:CompareInst (Results 1 – 2 of 2) sorted by relevance
1862 …CompareInst(Opcode opcode, DataType::Type type, uint32_t pc, ConditionCode cc) : BaseInst(opcode, … in CompareInst() function
3078 CompareInst(Initializer t, ConditionCode cc) : BaseInst(std::move(t)) in CompareInst() function3082 CompareInst(Initializer t, DataType::Type operType, ConditionCode cc) : BaseInst(std::move(t)) in CompareInst() function