Home
last modified time | relevance | path

Searched refs:DefX2 (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1563 Instruction *DefX2, *CountInst; in detectPopcountIdiom() local
1567 DefX2 = CountInst = nullptr; in detectPopcountIdiom()
1576 DefX2 = dyn_cast<Instruction>(T); in detectPopcountIdiom()
1583 if (!DefX2 || DefX2->getOpcode() != Instruction::And) in detectPopcountIdiom()
1588 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()
1589 VarX1 = DefX2->getOperand(1); in detectPopcountIdiom()
1591 VarX1 = DefX2->getOperand(0); in detectPopcountIdiom()
1592 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()
1607 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()