Use std::is_sorted and std::none_of instead of manual loops. NFC
[oota-llvm.git] / lib / IR / Operator.cpp
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-21 David BlaikiePut GEPOperator member function definition in the appro...
2015-05-08 David Blaikie[opaque pointer type] Explicit pointee type for GEPOper...