Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp12115 llvm::Value *AllocVal; in getAllocatorVal() local
12117 AllocVal = CGF.EmitScalarExpr(Allocator); in getAllocatorVal()
12120 AllocVal = CGF.EmitScalarConversion(AllocVal, Allocator->getType(), in getAllocatorVal()
12125 AllocVal = llvm::Constant::getNullValue( in getAllocatorVal()
12128 return AllocVal; in getAllocatorVal()
12178 llvm::Value *AllocVal = getAllocatorVal(CGF, Allocator); in getAddressOfLocalVariable() local
12185 Args.push_back(AllocVal); in getAddressOfLocalVariable()
12220 llvm::Value *AllocVal = getAllocatorVal(CGF, AllocExpr); in getAddressOfLocalVariable() local
12221 Args[2] = AllocVal; in getAddressOfLocalVariable()