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

  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 315 /// SimplifyAssociativeOrCommutative - This performs a few simplifications for
317 bool SimplifyAssociativeOrCommutative(BinaryOperator &I);
InstCombineMulDivRem.cpp 99 bool Changed = SimplifyAssociativeOrCommutative(I);
371 bool Changed = SimplifyAssociativeOrCommutative(I);
    [all...]
InstCombineAddSub.cpp 878 bool Changed = SimplifyAssociativeOrCommutative(I);
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstructionCombining.cpp 180 /// SimplifyAssociativeOrCommutative - This performs a few simplifications for
201 bool InstCombiner::SimplifyAssociativeOrCommutative(BinaryOperator &I) {
    [all...]

Completed in 43 milliseconds