Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11266 llvm::Value *AllocVal; in getAllocatorVal() local
11268 AllocVal = CGF.EmitScalarExpr(Allocator); in getAllocatorVal()
11271 AllocVal = CGF.EmitScalarConversion(AllocVal, Allocator->getType(), in getAllocatorVal()
11276 AllocVal = llvm::Constant::getNullValue( in getAllocatorVal()
11279 return AllocVal; in getAllocatorVal()
11329 llvm::Value *AllocVal = getAllocatorVal(CGF, Allocator); in getAddressOfLocalVariable() local
11336 Args.push_back(AllocVal); in getAddressOfLocalVariable()
11371 llvm::Value *AllocVal = getAllocatorVal(CGF, AllocExpr); in getAddressOfLocalVariable() local
11372 Args[2] = AllocVal; in getAddressOfLocalVariable()