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

/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DDAGISelEmitter.cpp108 unsigned LHSPatSize = getResultPatternSize(LHS->getDstPattern(), CGP); local
110 if (LHSPatSize < RHSPatSize) return true;
111 if (LHSPatSize > RHSPatSize) return false;

Completed in 121 milliseconds