Searched refs:SignSize (Results 1 – 1 of 1) sorted by relevance
6904 unsigned SignSize = Sign.getValueSizeInBits(); in lowerFCOPYSIGN() local6906 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()