Lines Matching defs:QB
4443 IRBuilder<> QB(PostBB, PostBBFirst);
4444 QB.SetCurrentDebugLocation(PostBBFirst->getStableDebugLoc());
4446 Value *PPred = PStore->getParent() == PTB ? PCond : QB.CreateNot(PCond);
4447 Value *QPred = QStore->getParent() == QTB ? QCond : QB.CreateNot(QCond);
4450 PPred = QB.CreateNot(PPred);
4452 QPred = QB.CreateNot(QPred);
4453 Value *CombinedPred = QB.CreateOr(PPred, QPred);
4455 BasicBlock::iterator InsertPt = QB.GetInsertPoint();
4460 QB.SetInsertPoint(T);
4461 StoreInst *SI = cast<StoreInst>(QB.CreateStore(QPHI, Address));