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 309 /// SimplifyAssociativeOrCommutative - This performs a few simplifications for
311 bool SimplifyAssociativeOrCommutative(BinaryOperator &I);
InstCombineAddSub.cpp 87 bool Changed = SimplifyAssociativeOrCommutative(I);
336 bool Changed = SimplifyAssociativeOrCommutative(I);
InstCombineMulDivRem.cpp 100 bool Changed = SimplifyAssociativeOrCommutative(I);
256 bool Changed = SimplifyAssociativeOrCommutative(I);
InstCombineAndOrXor.cpp     [all...]
InstructionCombining.cpp 155 /// SimplifyAssociativeOrCommutative - This performs a few simplifications for
176 bool InstCombiner::SimplifyAssociativeOrCommutative(BinaryOperator &I) {
    [all...]

Completed in 50 milliseconds