Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp19613 uint64_t ShAmtInt; in performSHLCombine() local
19615 ShAmtInt = ShAmt.getZExtValue(); in performSHLCombine()
19618 ShAmtInt = RHS.getConstantOperandVal(1); in performSHLCombine()
19625 if (ShAmtInt <= 1) in performSHLCombine()
19631 if (ShAmtInt >= NarrowBits) in performSHLCombine()
19654 DAG.getConstant(1ULL << ShAmtInt, SDLoc(RHS), NarrowVT), in performSHLCombine()