Searched refs:isEQ (Results 1 – 5 of 5) sorted by relevance
352 const TargetData *TD, bool isEQ, unsigned &UsedICmps) { in GatherConstantCompares() argument359 if (ICI->getPredicate() == (isEQ ? ICmpInst::ICMP_EQ:ICmpInst::ICMP_NE)) { in GatherConstantCompares()372 if (!isEQ) in GatherConstantCompares()390 if (I->getOpcode() != (isEQ ? Instruction::Or : Instruction::And)) in GatherConstantCompares()396 isEQ, UsedICmps)) { in GatherConstantCompares()400 isEQ, UsedICmps)) { in GatherConstantCompares()425 isEQ, UsedICmps)) in GatherConstantCompares()
435 bool matchInstruction(Instruction *I, bool isEQ) { in matchInstruction()450 if (ICI->getPredicate() == (isEQ ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE)) { in matchInstruction()555 if (!isEQ) in matchInstruction()582 bool isEQ = (I->getOpcode() == Instruction::Or); in gather() local597 if (I->getOpcode() == (isEQ ? Instruction::Or : Instruction::And)) { in gather()606 if (matchInstruction(I, isEQ)) in gather()
476 bool matchInstruction(Instruction *I, bool isEQ) { in matchInstruction()491 if (ICI->getPredicate() == (isEQ ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE)) { in matchInstruction()595 if (!isEQ) in matchInstruction()622 bool isEQ = (I->getOpcode() == Instruction::Or); in gather() local637 if (I->getOpcode() == (isEQ ? Instruction::Or : Instruction::And)) { in gather()646 if (matchInstruction(I, isEQ)) in gather()
9406 bool isEQ = (MI.getOpcode() == PPC::ANDIo_1_EQ_BIT || in EmitInstrWithCustomInserter() local9420 .addReg(isEQ ? PPC::CR0EQ : PPC::CR0GT); in EmitInstrWithCustomInserter()
10776 bool isEQ = (MI.getOpcode() == PPC::ANDIo_1_EQ_BIT || in EmitInstrWithCustomInserter() local10790 .addReg(isEQ ? PPC::CR0EQ : PPC::CR0GT); in EmitInstrWithCustomInserter()