Home
last modified time | relevance | path

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

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