Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp109 bool strengthenRightShift(BinaryOperator *BO, Instruction *IVOperand);
798 (isa<ShlOperator>(BO) && strengthenRightShift(BO, IVOperand)); in strengthenBinaryOp()
827 bool SimplifyIndvar::strengthenRightShift(BinaryOperator *BO, in strengthenRightShift() function in SimplifyIndvar