Lines Matching defs:new

119   default: // Map unknown/new linkages to external
209 void *operator new(size_t s) {
210 return User::operator new(s, 1);
278 Constant *C = new ConstantPlaceHolder(Ty, Context);
296 Value *V = new Argument(Ty);
321 // new value. If they reference more than one placeholder, update them all
336 // constant with a new constant that has *all* placeholder uses updated.
360 // Make the new constant.
403 // Deleting PrevVal sets Idx value in MDValuePtrs to null. Set new
674 } else // Otherwise, create a new struct.
703 } else // Otherwise, create a new struct with no body.
1578 GlobalVariable *FwdRef = new GlobalVariable(*Fn->getParent(),
1861 new GlobalVariable(*TheModule, Ty, isConstant, Linkage, 0, "", 0,
2411 // new form of select
2470 I = new ShuffleVectorInst(Vec1, Vec2, Mask);
2490 I = new FCmpInst((FCmpInst::Predicate)Record[OpNum], LHS, RHS);
2492 I = new ICmpInst((ICmpInst::Predicate)Record[OpNum], LHS, RHS);
2666 I = new UnreachableInst(Context);
2740 I = new AllocaInst(Ty->getElementType(), Size, (1 << Align) >> 1);
2751 I = new LoadInst(Op, "", Record[OpNum+1], (1 << Record[OpNum]) >> 1);
2764 I = new StoreInst(Val, Ptr, Record[OpNum+1], (1 << Record[OpNum]) >> 1);
2777 I = new StoreInst(Val, Ptr, Record[OpNum+1], (1 << Record[OpNum]) >> 1);
2842 I = new VAArgInst(Op, ResTy);
3040 StreamFile.reset(new BitstreamReader(BufPtr, BufEnd));
3049 StreamingMemoryObject *Bytes = new StreamingMemoryObject(LazyStreamer);
3050 StreamFile.reset(new BitstreamReader(Bytes));
3136 Module *M = new Module(Buffer->getBufferIdentifier(), Context);
3137 BitcodeReader *R = new BitcodeReader(Buffer, Context);
3175 BitcodeReader *R = new BitcodeReader(Buffer, Context);