Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp436 bool optimizeSelectInst(SelectInst *SI);
6842 bool CodeGenPrepare::optimizeSelectInst(SelectInst *SI) { in optimizeSelectInst() function in CodeGenPrepare
8182 return optimizeSelectInst(cast<SelectInst>(I)); in optimizeInst()