Searched refs:CExpr (Results 1 – 3 of 3) sorted by relevance
150 ConstantExpr *CExpr = dyn_cast<ConstantExpr>(WU); in replaceConstantExprOp() local151 if (!CExpr || !replaceConstantExprOp(CExpr, P)) in replaceConstantExprOp()
173 } else if (const ConstantExpr *CExpr = dyn_cast<ConstantExpr>(v0)) { in print() local175 AP.lowerConstantForGV(cast<Constant>(CExpr), false); in print()
791 auto *CExpr = Worklist.pop_back_val(); in constexprToEdges() local793 if (!hasUsefulEdges(CExpr)) in constexprToEdges()797 argsToEdges(Analysis, CExpr, ConstexprEdges); in constexprToEdges()