Lines Matching defs:IBuilder
475 IRBuilder<> IBuilder(C);
494 IBuilder.SetInsertPoint(Entry);
496 IBuilder.SetCurrentDebugLocation(Loc);
497 AllocaInst* Alloca = IBuilder.CreateAlloca(IntegerType::getInt32Ty(C));
498 IBuilder.SetCurrentDebugLocation(
500 Value* AllocaContent = IBuilder.getInt32(1);
501 Instruction* Store = IBuilder.CreateStore(AllocaContent, Alloca);
502 IBuilder.SetCurrentDebugLocation(
529 IBuilder.SetCurrentDebugLocation(InlinedDL);
531 IBuilder.CreateStore(IBuilder.getInt32(2), Alloca);
534 IBuilder.CreateRetVoid();
957 IRBuilder<> IBuilder(C);
995 IBuilder.SetInsertPoint(Entry);
996 IBuilder.CreateRetVoid();