Searched refs:MulS (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp2296 const SCEV *MulS = SE.getSCEV(MulV); local
2297 const SCEV *NegMulS = SE.getNegativeSCEV(MulS);
2298 Add = Builder.CreateBitCast(expandAddToGEP(MulS, ARPtrTy, Ty, StartValue),

Completed in 96 milliseconds