Searched refs:CExpr (Results 1 – 2 of 2) sorted by relevance
150 ConstantExpr *CExpr = dyn_cast<ConstantExpr>(WU); in replaceConstantExprOp() local151 if (!CExpr || !replaceConstantExprOp(CExpr, P)) in replaceConstantExprOp()
870 auto *CExpr = Worklist.pop_back_val(); in constexprToEdges() local871 std::unique_ptr<Instruction> Inst(CExpr->getAsInstruction()); in constexprToEdges()880 Edge.From = CExpr; in constexprToEdges()885 Edge.To = CExpr; in constexprToEdges()