Searched refs:CountVal (Results 1 – 2 of 2) sorted by relevance
215 unsigned CountVal = SizeVal / UBytes; in EmitTargetCodeForMemcpy() local216 SDValue Count = DAG.getIntPtrConstant(CountVal); in EmitTargetCodeForMemcpy()
242 unsigned CountVal = SizeVal / UBytes; in EmitTargetCodeForMemcpy() local243 SDValue Count = DAG.getIntPtrConstant(CountVal, dl); in EmitTargetCodeForMemcpy()