Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5500 llvm::Value *SizeValInChars; in emitTaskReductionInit() local
5502 std::tie(SizeValInChars, SizeVal) = RCG.getSizes(Cnt); in emitTaskReductionInit()
5509 SizeValInChars = CGF.Builder.CreateIntCast(SizeValInChars, CGM.SizeTy, in emitTaskReductionInit()
5512 CGF.EmitStoreOfScalar(SizeValInChars, SizeLVal); in emitTaskReductionInit()