Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp139 unsigned UBytes = AVT.getSizeInBits() / 8; in EmitTargetCodeForMemset() local
140 Count = DAG.getIntPtrConstant(SizeVal / UBytes, dl); in EmitTargetCodeForMemset()
141 BytesLeft = SizeVal % UBytes; in EmitTargetCodeForMemset()
242 unsigned UBytes = AVT.getSizeInBits() / 8; in EmitTargetCodeForMemcpy() local
243 unsigned CountVal = SizeVal / UBytes; in EmitTargetCodeForMemcpy()
245 unsigned BytesLeft = SizeVal % UBytes; in EmitTargetCodeForMemcpy()