Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6104 llvm::Value *SizeValInChars; in emitTaskReductionInit() local
6106 std::tie(SizeValInChars, SizeVal) = RCG.getSizes(Cnt); in emitTaskReductionInit()
6113 SizeValInChars = CGF.Builder.CreateIntCast(SizeValInChars, CGM.SizeTy, in emitTaskReductionInit()
6116 CGF.EmitStoreOfScalar(SizeValInChars, SizeLVal); in emitTaskReductionInit()