reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/RISCV/RISCVISelLowering.cpp
 1037       APInt ShiftedC1Int = C1Int << C2->getAPIntValue();
 1048       if (C1Int.getMinSignedBits() <= 64 &&
 1049           isLegalAddImmediate(C1Int.getSExtValue()))
 1054       int C1Cost = RISCVMatInt::getIntMatCost(C1Int, Ty.getSizeInBits(),