Searched refs:InstUse (Results 1 – 2 of 2) sorted by relevance
891 for (auto InstUse : Pair.second) { in floatConstantCSE() local892 for (SizeT i = 0; i < InstUse->getSrcSize(); ++i) { in floatConstantCSE()893 if (auto *Const = llvm::dyn_cast<Constant>(InstUse->getSrc(i))) { in floatConstantCSE()895 InstUse->replaceSource(i, NewVar); in floatConstantCSE()
4086 Instruction *InstUse = cast<Instruction>(U->getUser()); in eliminateInstructions() local4087 if (InstructionsToErase.count(InstUse)) { in eliminateInstructions()