Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp801 BinaryOperator *SubOneOp; in detectPopcountIdiom() local
803 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()
807 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()
809 if (!SubOneOp) in detectPopcountIdiom()
812 Instruction *SubInst = cast<Instruction>(SubOneOp); in detectPopcountIdiom()