Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1707 bool IsShl = ShiftOpcode == Instruction::Shl; in foldICmpAndShift() local
1765 ((!IsShl && C2.isOne()) || !isa<Constant>(Shift->getOperand(0)))) { in foldICmpAndShift()
1768 IsShl ? Builder.CreateLShr(And->getOperand(1), Shift->getOperand(1)) in foldICmpAndShift()