Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getUnknown

610   Ops.push_back(SE.getUnknown(GEP));
756 NewOps.push_back(isa<Instruction>(Sum) ? SE.getUnknown(Sum) :
1300 V = expandCodeFor(SE.getTruncateExpr(SE.getUnknown(V), Ty), 0,
1332 return expand(SE.getAddExpr(SE.getUnknown(expand(S->getStart())),
1333 SE.getUnknown(expand(Rest))));
1378 SE.getMulExpr(SE.getUnknown(CanonicalIV),
1387 const SCEV *IH = SE.getUnknown(CanonicalIV); // Get I as a "symbolic" SCEV.