Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2007 Instruction *DefX2, *CountInst; in detectPopcountIdiom() local
2011 DefX2 = CountInst = nullptr; in detectPopcountIdiom()
2020 DefX2 = dyn_cast<Instruction>(T); in detectPopcountIdiom()
2027 if (!DefX2 || DefX2->getOpcode() != Instruction::And) in detectPopcountIdiom()
2032 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()
2033 VarX1 = DefX2->getOperand(1); in detectPopcountIdiom()
2035 VarX1 = DefX2->getOperand(0); in detectPopcountIdiom()
2036 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()
2051 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()