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

/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp118 unsigned UBytes = AVT.getSizeInBits() / 8; local
119 Count = DAG.getIntPtrConstant(SizeVal / UBytes);
120 BytesLeft = SizeVal % UBytes;
225 unsigned UBytes = AVT.getSizeInBits() / 8; local
226 unsigned CountVal = SizeVal / UBytes;
228 unsigned BytesLeft = SizeVal % UBytes;

Completed in 59 milliseconds