reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5702 if (!Load->isSimple() || !Load->getType()->isIntOrPtrTy()) 5702 if (!Load->isSimple() || !Load->getType()->isIntOrPtrTy()) 5706 if (Load->hasOneUse() && 5707 InsertedInsts.count(cast<Instruction>(*Load->user_begin()))) 5715 for (auto *U : Load->users()) 5718 EVT LoadResultVT = TLI->getValueType(*DL, Load->getType()); 5748 if (AndBits == WidestAndBits && I->getOperand(0) == Load) 5790 LLVMContext &Ctx = Load->getType()->getContext(); 5799 IRBuilder<> Builder(Load->getNextNode()); 5801 Builder.CreateAnd(Load, ConstantInt::get(Ctx, DemandBits))); 5808 Load->replaceAllUsesWith(NewAnd); 5809 NewAnd->setOperand(0, Load);