Searched defs:monotonic (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp1857 bool monotonic = true; local
1883 if (monotonic) {
1885 // TODO: optimize for the monotonic case when several consecutive
1890 monotonic = false;
1893 monotonic = false;
1918 if (EltsFromV2 == 1 && monotonic) {

Completed in 51 milliseconds