Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp413 BinaryOperator *SubOneOp; in detectIdiom() local
415 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectIdiom()
419 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectIdiom()
421 if (!SubOneOp) in detectIdiom()
424 Instruction *SubInst = cast<Instruction>(SubOneOp); in detectIdiom()