Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86SelectionDAGInfo.cpp215 unsigned CountVal = SizeVal / UBytes; in EmitTargetCodeForMemcpy() local
216 SDValue Count = DAG.getIntPtrConstant(CountVal); in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp242 unsigned CountVal = SizeVal / UBytes; in EmitTargetCodeForMemcpy() local
243 SDValue Count = DAG.getIntPtrConstant(CountVal, dl); in EmitTargetCodeForMemcpy()