Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp98 bool strengthenRightShift(BinaryOperator *BO, Instruction *IVOperand);
776 bool SimplifyIndvar::strengthenRightShift(BinaryOperator *BO, in strengthenRightShift() function in SimplifyIndvar
922 (isa<ShlOperator>(BO) && strengthenRightShift(BO, IVOperand))) { in simplifyUsers()