Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1319 Instruction *Shr, const APInt &ShrOp1, Instruction *Shl, in simplifyShrShlDemandedBits() argument
1321 if (!ShlOp1 || !ShrOp1) in simplifyShrShlDemandedBits()
1327 if (ShlOp1.uge(BitWidth) || ShrOp1.uge(BitWidth)) in simplifyShrShlDemandedBits()
1331 unsigned ShrAmt = ShrOp1.getZExtValue(); in simplifyShrShlDemandedBits()
H A DInstCombineInternal.h569 Instruction *Shr, const APInt &ShrOp1, Instruction *Shl,