Lines Matching refs:getUnknown
581 Ops.push_back(SE.getUnknown(GEP));
742 NewOps.push_back(isa<Instruction>(Sum) ? SE.getUnknown(Sum) :
1187 V = expandCodeFor(SE.getTruncateExpr(SE.getUnknown(V), Ty), 0,
1219 getUnknown(expand(S->getStart())),
1220 SE.getUnknown(expand(Rest))));
1265 SE.getMulExpr(SE.getUnknown(CanonicalIV),
1274 const SCEV *IH = SE.getUnknown(CanonicalIV); // Get I as a "symbolic" SCEV.