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.cpp11362 llvm::Value *AllocVal; in getAllocatorVal() local
11364 AllocVal = CGF.EmitScalarExpr(Allocator); in getAllocatorVal()
11367 AllocVal = CGF.EmitScalarConversion(AllocVal, Allocator->getType(), in getAllocatorVal()
11372 AllocVal = llvm::Constant::getNullValue( in getAllocatorVal()
11375 return AllocVal; in getAllocatorVal()
11425 llvm::Value *AllocVal = getAllocatorVal(CGF, Allocator); in getAddressOfLocalVariable() local
11432 Args.push_back(AllocVal); in getAddressOfLocalVariable()
11467 llvm::Value *AllocVal = getAllocatorVal(CGF, AllocExpr); in getAddressOfLocalVariable() local
11468 Args[2] = AllocVal; in getAddressOfLocalVariable()