Lines Matching defs:AllocVal
11295 llvm::Value *AllocVal;
11297 AllocVal = CGF.EmitScalarExpr(Allocator);
11300 AllocVal = CGF.EmitScalarConversion(AllocVal, Allocator->getType(),
11305 AllocVal = llvm::Constant::getNullValue(
11308 return AllocVal;
11358 llvm::Value *AllocVal = getAllocatorVal(CGF, Allocator);
11365 Args.push_back(AllocVal);
11400 llvm::Value *AllocVal = getAllocatorVal(CGF, AllocExpr);
11401 Args[2] = AllocVal;