Searched refs:OpSCEV (Results 1 – 4 of 4) sorted by relevance
289 auto *OpSCEV = SE.getSCEV(Op); in visitGenericInst() local290 auto *OpClone = expandCodeFor(OpSCEV, Op->getType(), IP); in visitGenericInst()
4959 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV() local4960 AddOps.push_back(OpSCEV); in createSCEV()5004 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV() local5005 MulOps.push_back(OpSCEV); in createSCEV()
6208 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV() local6209 AddOps.push_back(OpSCEV); in createSCEV()6253 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV() local6254 MulOps.push_back(OpSCEV); in createSCEV()
6375 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV() local6376 AddOps.push_back(OpSCEV); in createSCEV()6420 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV() local6421 MulOps.push_back(OpSCEV); in createSCEV()