Home | History | Annotate | Download | only in Utils

Lines Matching refs:isEQ

352                        const TargetData *TD, bool isEQ, unsigned &UsedICmps) {
359 if (ICI->getPredicate() == (isEQ ? ICmpInst::ICMP_EQ:ICmpInst::ICMP_NE)) {
372 if (!isEQ)
389 // Otherwise, we can only handle an | or &, depending on isEQ.
390 if (I->getOpcode() != (isEQ ? Instruction::Or : Instruction::And))
396 isEQ, UsedICmps)) {
400 isEQ, UsedICmps)) {
425 isEQ, UsedICmps))