Searched refs:CompareInst (Results 1 – 5 of 5) sorted by relevance
153 void CompareInst::SetVnObject(VnObject *vn_obj) in SetVnObject()293 Inst *CompareInst::Clone(const Graph *targetGraph) const in Clone()
299 void CompareInst::DumpOpcode(std::ostream *out) const in DumpOpcode()
1856 class CompareInst : public InstWithOperandsType<ConditionMixin<FixedInputsInst2>> {1861 …CompareInst(Opcode opcode, DataType::Type type, uint32_t pc, ConditionCode cc) : BaseInst(opcode, … in CompareInst() function
191 Class **CompareInst** inherits from **Inst** for instruction with predicate. It contain information…205 **ConditionMixin** is inherited in instruction classes with conditional code(CompareInst, SelectIns…
275 CompareInst compareInst(ConditionCode::CC_EQ);