Lines Matching defs:AllocVal
11050 llvm::Value *AllocVal;
11052 AllocVal = CGF.EmitScalarExpr(Allocator);
11055 AllocVal = CGF.EmitScalarConversion(AllocVal, Allocator->getType(),
11060 AllocVal = llvm::Constant::getNullValue(
11063 return AllocVal;
11113 llvm::Value *AllocVal = getAllocatorVal(CGF, Allocator);
11120 Args.push_back(AllocVal);
11155 llvm::Value *AllocVal = getAllocatorVal(CGF, AllocExpr);
11156 Args[2] = AllocVal;