Searched refs:IsSmallImm (Results 1 – 1 of 1) sorted by relevance
755 bool IsSmallImm = IsImm && isInt<13>(ImmValue); in expandSETSW() local766 if (!IsSmallImm) { in expandSETSW()777 if (!NoLowBitsImm || IsSmallImm) { in expandSETSW()779 IsSmallImm ? ValExpr : adjustPICRelocation(ELF::R_SPARC_LO10, ValExpr); in expandSETSW()788 if (IsSmallImm) in expandSETSW()