Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp6059 llvm::Value *SizeValInChars; in emitTaskReductionInit() local
6061 std::tie(SizeValInChars, SizeVal) = RCG.getSizes(Cnt); in emitTaskReductionInit()
6068 SizeValInChars = CGF.Builder.CreateIntCast(SizeValInChars, CGM.SizeTy, in emitTaskReductionInit()
6071 CGF.EmitStoreOfScalar(SizeValInChars, SizeLVal); in emitTaskReductionInit()