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 332 /// SimplifyAssociativeOrCommutative - This performs a few simplifications for
334 bool SimplifyAssociativeOrCommutative(BinaryOperator &I);
InstCombineAddSub.cpp 1021 bool Changed = SimplifyAssociativeOrCommutative(I);
    [all...]
InstCombineMulDivRem.cpp 120 bool Changed = SimplifyAssociativeOrCommutative(I);
434 bool Changed = SimplifyAssociativeOrCommutative(I);
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstructionCombining.cpp 182 /// SimplifyAssociativeOrCommutative - This performs a few simplifications for
203 bool InstCombiner::SimplifyAssociativeOrCommutative(BinaryOperator &I) {
    [all...]

Completed in 1017 milliseconds