Home
last modified time | relevance | path

Searched refs:InstUse (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp891 for (auto InstUse : Pair.second) { in floatConstantCSE() local
892 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()