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()
185 } else if (auto CExpr = dyn_cast<ConstantExpr>(Val)) { variable186 if (hasUsefulEdges(CExpr)) {187 if (Graph.addNode(InstantiatedValue{CExpr, 0}))188 visitConstantExpr(CExpr);
173 } else if (const ConstantExpr *CExpr = dyn_cast<ConstantExpr>(v0)) { in print() local175 AP.lowerConstantForGV(cast<Constant>(CExpr), false); in print()