Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Requested

1033 /// \brief Check whether we can cheaply express the requested SCEV in terms of
1037 const SCEVAddRecExpr *Requested,
1040 Type *RequestedTy = SE.getEffectiveSCEVType(Requested->getType());
1051 if (Phi == Requested) {
1057 if (SE.getAddExpr(Requested->getStart(),
1058 SE.getNegativeSCEV(Requested)) == Phi) {
1130 // Try whether the phi can be translated into the requested form