Searched refs:InstUse (Results 1 – 3 of 3) sorted by relevance
794 for (auto InstUse : Pair.second) { in floatConstantCSE() local795 for (SizeT i = 0; i < InstUse->getSrcSize(); ++i) { in floatConstantCSE()796 if (auto *Const = llvm::dyn_cast<Constant>(InstUse->getSrc(i))) { in floatConstantCSE()798 InstUse->replaceSource(i, NewVar); in floatConstantCSE()
3984 Instruction *InstUse = cast<Instruction>(U->getUser()); in eliminateInstructions() local3985 if (InstructionsToErase.count(InstUse)) { in eliminateInstructions()
4030 Instruction *InstUse = cast<Instruction>(U->getUser()); in eliminateInstructions() local4031 if (InstructionsToErase.count(InstUse)) { in eliminateInstructions()