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

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp337 unsigned StoredBytes = StoredVT.getSizeInBits() / 8; local
339 unsigned NumRegs = (StoredBytes + RegBytes - 1) / RegBytes;
374 8 * (StoredBytes - Offset));

Completed in 118 milliseconds