Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getUnknown

573     Ops.push_back(SE.getUnknown(GEP));
711 NewOps.push_back(isa<Instruction>(Sum) ? SE.getUnknown(Sum) :
1422 V = expandCodeFor(SE.getTruncateExpr(SE.getUnknown(V), Ty), nullptr,
1456 const SCEV *AddExprLHS = SE.getUnknown(expand(S->getStart()));
1457 const SCEV *AddExprRHS = SE.getUnknown(expand(Rest));
1511 SE.getMulExpr(SE.getUnknown(CanonicalIV),
1520 const SCEV *IH = SE.getUnknown(CanonicalIV); // Get I as a "symbolic" SCEV.