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.cpp11295 llvm::Value *AllocVal; in getAllocatorVal() local
11297 AllocVal = CGF.EmitScalarExpr(Allocator); in getAllocatorVal()
11300 AllocVal = CGF.EmitScalarConversion(AllocVal, Allocator->getType(), in getAllocatorVal()
11305 AllocVal = llvm::Constant::getNullValue( in getAllocatorVal()
11308 return AllocVal; in getAllocatorVal()
11358 llvm::Value *AllocVal = getAllocatorVal(CGF, Allocator); in getAddressOfLocalVariable() local
11365 Args.push_back(AllocVal); in getAddressOfLocalVariable()
11400 llvm::Value *AllocVal = getAllocatorVal(CGF, AllocExpr); in getAddressOfLocalVariable() local
11401 Args[2] = AllocVal; in getAddressOfLocalVariable()