Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp430 auto getExprScaledIfOverflow = [&](Instruction::BinaryOps BinOp, in reassociateSubLHS() local
464 Limit = getExprScaledIfOverflow(Instruction::BinaryOps::Add, Offset, Limit); in reassociateSubLHS()
467 Limit = getExprScaledIfOverflow(Instruction::BinaryOps::Sub, Offset, Limit); in reassociateSubLHS()
474 Limit = getExprScaledIfOverflow(Instruction::BinaryOps::Add, Limit, in reassociateSubLHS()