Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5690 llvm::Value *SizeValInChars; in emitTaskReductionInit() local
5692 std::tie(SizeValInChars, SizeVal) = RCG.getSizes(Cnt); in emitTaskReductionInit()
5699 SizeValInChars = CGF.Builder.CreateIntCast(SizeValInChars, CGM.SizeTy, in emitTaskReductionInit()
5702 CGF.EmitStoreOfScalar(SizeValInChars, SizeLVal); in emitTaskReductionInit()