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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 502 bool SimplifyAssociativeOrCommutative(BinaryOperator &I);
InstCombineAddSub.cpp     [all...]
InstCombineMulDivRem.cpp 176 bool Changed = SimplifyAssociativeOrCommutative(I);
535 bool Changed = SimplifyAssociativeOrCommutative(I);
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstructionCombining.cpp 189 bool InstCombiner::SimplifyAssociativeOrCommutative(BinaryOperator &I) {
    [all...]

Completed in 91 milliseconds