Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp380 BinaryOperator *SubOneOp; in detectIdiom() local
382 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectIdiom()
386 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectIdiom()
388 if (!SubOneOp) in detectIdiom()
391 Instruction *SubInst = cast<Instruction>(SubOneOp); in detectIdiom()