Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp79 static bool replaceConstantExprOp(ConstantExpr *CE, Pass *P) { in replaceConstantExprOp() function
101 if (!CExpr || !replaceConstantExprOp(CExpr, P)) in replaceConstantExprOp()
119 if (!CE || !replaceConstantExprOp(CE, P)) in rewriteNonInstructionUses()