Searched refs:BeginVal (Results 1 – 1 of 1) sorted by relevance
170 Value *BeginVal = IRB.CreateLoad(Begin->getType(), Begin, "begin"); in createInitOrFiniCalls() local173 auto *BeginInt = IRB.CreatePtrToInt(BeginVal, IntegerType::getInt64Ty(C)); in createInitOrFiniCalls()179 auto *ValuePtr = IRB.CreateGEP(PointerType::get(C, 0), BeginVal, in createInitOrFiniCalls()181 EndVal = BeginVal; in createInitOrFiniCalls()182 BeginVal = IRB.CreateInBoundsGEP( in createInitOrFiniCalls()188 IRB.CreateCmp(IsCtor ? ICmpInst::ICMP_NE : ICmpInst::ICMP_UGT, BeginVal, in createInitOrFiniCalls()200 CallBackPHI->addIncoming(BeginVal, &F.getEntryBlock()); in createInitOrFiniCalls()