Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp6379 APInt ShiftedC1Int = C1Int << C2->getAPIntValue(); in isDesirableToCommuteWithShift() local
6384 if (ShiftedC1Int.getMinSignedBits() <= 64 && in isDesirableToCommuteWithShift()
6385 isLegalAddImmediate(ShiftedC1Int.getSExtValue())) in isDesirableToCommuteWithShift()
6400 ShiftedC1Int, Ty.getSizeInBits(), Subtarget.getFeatureBits(), in isDesirableToCommuteWithShift()