Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp146 unsigned UBytes = AVT.getSizeInBits() / 8; in EmitTargetCodeForMemset() local
147 Count = DAG.getIntPtrConstant(SizeVal / UBytes); in EmitTargetCodeForMemset()
148 BytesLeft = SizeVal % UBytes; in EmitTargetCodeForMemset()
249 unsigned UBytes = AVT.getSizeInBits() / 8; in EmitTargetCodeForMemcpy() local
250 unsigned CountVal = SizeVal / UBytes; in EmitTargetCodeForMemcpy()
252 unsigned BytesLeft = SizeVal % UBytes; in EmitTargetCodeForMemcpy()