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

/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp139 unsigned UBytes = AVT.getSizeInBits() / 8; local
140 Count = DAG.getIntPtrConstant(SizeVal / UBytes, dl);
141 BytesLeft = SizeVal % UBytes;
242 unsigned UBytes = AVT.getSizeInBits() / 8; local
243 unsigned CountVal = SizeVal / UBytes;
245 unsigned BytesLeft = SizeVal % UBytes;

Completed in 94 milliseconds