Searched refs:cmp_inst (Results 1 – 2 of 2) sorted by relevance
578 CmpInst *cmp_inst = dyn_cast<CmpInst>(&ii); in CanInterpret() local580 if (!cmp_inst) { in CanInterpret()586 switch (cmp_inst->getPredicate()) { in CanInterpret()
1442 multiclass MOVTF32Pat1<PatFrag cond0, PatFrag cond1, Instruction cmp_inst,1445 (mov_inst (cmp_inst GPR:$rs1, GPR:$rs2), GPR:$rx, GPR:$false)>;1447 (mov_inst (cmp_inst GPR:$rs2, GPR:$rs1), GPR:$rx, GPR:$false)>;