Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6904 unsigned SignSize = Sign.getValueSizeInBits(); in lowerFCOPYSIGN() local
6906 if (SignSize == Subtarget.getXLen()) in lowerFCOPYSIGN()
6908 switch (SignSize) { in lowerFCOPYSIGN()
6916 SignSize = 32; in lowerFCOPYSIGN()
6926 if (int ShiftAmount = (int)SignSize - (int)Mag.getValueSizeInBits()) in lowerFCOPYSIGN()