Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5942 APInt ShiftedC1Int = C1Int << C2->getAPIntValue(); in isDesirableToCommuteWithShift() local
5947 if (ShiftedC1Int.getMinSignedBits() <= 64 && in isDesirableToCommuteWithShift()
5948 isLegalAddImmediate(ShiftedC1Int.getSExtValue())) in isDesirableToCommuteWithShift()
5962 ShiftedC1Int, Ty.getSizeInBits(), Subtarget.is64Bit()); in isDesirableToCommuteWithShift()