HomeSort by relevance Sort by last modified time
    Searched refs:SimplifyDivRemOfSelect (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 638 /// SimplifyDivRemOfSelect - Try to fold a divide or remainder of a select
640 bool InstCombiner::SimplifyDivRemOfSelect(BinaryOperator &I) {
724 if (isa<SelectInst>(Op1) && SimplifyDivRemOfSelect(I))
    [all...]
InstCombine.h 140 bool SimplifyDivRemOfSelect(BinaryOperator &I);

Completed in 44 milliseconds