Searched refs:CondBuilder (Results 1 – 3 of 3) sorted by relevance
539 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopDec() local542 CondBuilder.setIsFPConstrained(true); in InsertLoopDec()548 Value *NewCond = CondBuilder.CreateCall(DecFunc, Ops); in InsertLoopDec()564 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopRegDec() local567 CondBuilder.setIsFPConstrained(true); in InsertLoopRegDec()573 Value *Call = CondBuilder.CreateCall(DecFunc, Ops); in InsertLoopRegDec()592 IRBuilder<> CondBuilder(ExitBranch); in UpdateBranch() local594 CondBuilder.CreateICmpNE(EltsRem, ConstantInt::get(EltsRem->getType(), 0)); in UpdateBranch()
749 IRBuilder<> CondBuilder(I); in doSampling() local750 auto *LoadSamplingVar = CondBuilder.CreateLoad(SamplingVarTy, SamplingVar); in doSampling()759 auto *DurationCond = CondBuilder.CreateICmpULE( in doSampling()760 LoadSamplingVar, GetConstant(CondBuilder, SampledBurstDuration)); in doSampling()
2254 IRBuilder<> CondBuilder(MemmoveB); in processCopyingStore() local2255 CondBuilder.CreateBr(ExitB); in processCopyingStore()2256 CondBuilder.SetInsertPoint(MemmoveB->getTerminator()); in processCopyingStore()2275 NewCall = CondBuilder.CreateCall(Fn, in processCopyingStore()2278 NewCall = CondBuilder.CreateMemMove( in processCopyingStore()