Searched defs:OpAfterExtend (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 527 const SCEV *OpAfterExtend = (SE->*GetExprForBO)( in strengthenOverflowingOperation() local 539 const SCEV *OpAfterExtend = (SE->*GetExprForBO)( in strengthenOverflowingOperation() local
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | ScalarEvolutionExpander.cpp | 1060 const SCEV *OpAfterExtend = SE.getAddExpr(SE.getSignExtendExpr(Step, WideTy), in IsIncrementNSW() local 1074 const SCEV *OpAfterExtend = SE.getAddExpr(SE.getZeroExtendExpr(Step, WideTy), in IsIncrementNUW() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 1171 const SCEV *OpAfterExtend = SE.getAddExpr(SE.getSignExtendExpr(Step, WideTy), in IsIncrementNSW() local 1185 const SCEV *OpAfterExtend = SE.getAddExpr(SE.getZeroExtendExpr(Step, WideTy), in IsIncrementNUW() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolutionExpander.cpp | 1134 const SCEV *OpAfterExtend = SE.getAddExpr(SE.getSignExtendExpr(Step, WideTy), in IsIncrementNSW() local 1148 const SCEV *OpAfterExtend = SE.getAddExpr(SE.getZeroExtendExpr(Step, WideTy), in IsIncrementNUW() local
|