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 704 /// SimplifyDivRemOfSelect - Try to fold a divide or remainder of a select
706 bool InstCombiner::SimplifyDivRemOfSelect(BinaryOperator &I) {
790 if (isa<SelectInst>(Op1) && SimplifyDivRemOfSelect(I))
    [all...]
InstCombineInternal.h 245 bool SimplifyDivRemOfSelect(BinaryOperator &I);

Completed in 48 milliseconds