Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp377 bool optimizeSelectInst(SelectInst *SI);
6049 bool CodeGenPrepare::optimizeSelectInst(SelectInst *SI) { in optimizeSelectInst() function in CodeGenPrepare
7181 return optimizeSelectInst(cast<SelectInst>(I)); in optimizeInst()