Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/spirit/
Dmodule.cpp545 const StringInst *strInst = static_cast<const StringInst *>(inst); in findStringOfPrefix() local
546 const std::string &str = strInst->mOperand1; in findStringOfPrefix()
552 StringInst *strInst = static_cast<StringInst *>(*it); in findStringOfPrefix() local
553 return strInst->mOperand1; in findStringOfPrefix()