Searched refs:isEQ (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp486 /// match depending on isEQ).
491 bool matchInstruction(Instruction *I, bool isEQ) { argument
506 if (ICI->getPredicate() == (isEQ ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE)) {
610 if (!isEQ)
636 bool isEQ = (cast<Instruction>(V)->getOpcode() == Instruction::Or); local
650 // If it is a || (or && depending on isEQ), process the operands.
651 if (I->getOpcode() == (isEQ ? Instruction::Or : Instruction::And)) {
660 if (matchInstruction(I, isEQ))

Completed in 58 milliseconds