Searched refs:LogicI (Results 1 – 2 of 2) sorted by relevance
585 else if (Instruction *LogicI = dyn_cast<Instruction>(I->getOperand(0))) in getCmpOpsType() local586 if (LogicI->getNumOperands() == 2) in getCmpOpsType()587 if (CmpInst *CI0 = dyn_cast<CmpInst>(LogicI->getOperand(0))) in getCmpOpsType()588 if (isa<CmpInst>(LogicI->getOperand(1))) in getCmpOpsType()
229 class LogicI<bits<6> op, string instr_asm, SDNode OpNode> :416 def ANDI : LogicI<0x29, "andi ", and>;417 def ORI : LogicI<0x28, "ori ", or>;418 def XORI : LogicI<0x2A, "xori ", xor>;