Searched refs:thisState (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DDFAPacketizerEmitter.cpp199 unsigned thisState = *SI; local
213 unsigned ResultingResourceState = thisState | (0x1 << j);
217 // We compute ResultingResourceState OR thisState.
218 // If the result of the OR is different than thisState, it implies
224 if ((ResultingResourceState != thisState) &&

Completed in 119 milliseconds