Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1188 Instruction *DefX2, *CountInst; in detectPopcountIdiom() local
1192 DefX2 = CountInst = nullptr; in detectPopcountIdiom()
1201 DefX2 = dyn_cast<Instruction>(T); in detectPopcountIdiom()
1208 if (!DefX2 || DefX2->getOpcode() != Instruction::And) in detectPopcountIdiom()
1213 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()
1214 VarX1 = DefX2->getOperand(1); in detectPopcountIdiom()
1216 VarX1 = DefX2->getOperand(0); in detectPopcountIdiom()
1217 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()
1232 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()