Searched refs:TheDiv (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1005 BinaryOperator *TheDiv = dyn_cast<BinaryOperator>(Tmp); local
1006 if (TheDiv == 0)
1010 assert(TheDiv->getOpcode() == Instruction::SDiv ||
1011 TheDiv->getOpcode() == Instruction::UDiv);
1013 Instruction *Res = FoldICmpDivCst(ICI, TheDiv, cast<ConstantInt>(DivCst));

Completed in 47 milliseconds