Home
last modified time | relevance | path

Searched refs:InvertStep (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1149 bool &InvertStep) { in canBeCheaplyTransformed() argument
1167 InvertStep = false; in canBeCheaplyTransformed()
1173 InvertStep = true; in canBeCheaplyTransformed()
1217 bool &InvertStep) { in getAddRecExprPHILiterally() argument
1226 InvertStep = false; in getAddRecExprPHILiterally()
1278 InvertStep = false; in getAddRecExprPHILiterally()
1285 if ((!TruncTy || InvertStep) && in getAddRecExprPHILiterally()
1286 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally()
1459 bool InvertStep = false; in expandAddRecExprLiterally() local
1461 IntTy, TruncTy, InvertStep); in expandAddRecExprLiterally()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h488 Type *&TruncTy, bool &InvertStep);