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

Completed in 273 milliseconds