Searched refs:SignLowBit (Results 1 – 2 of 2) sorted by relevance
5795 auto SignLowBit = MIRBuilder.buildConstant(SrcTy, SrcEltBits - 1); in lowerFPTOSI() local5796 auto Sign = MIRBuilder.buildAShr(SrcTy, AndSignMask, SignLowBit); in lowerFPTOSI()
6685 SDValue SignLowBit = DAG.getConstant(SrcEltBits - 1, dl, IntVT); in expandFP_TO_SINT() local6697 DAG.getZExtOrTrunc(SignLowBit, dl, IntShVT)); in expandFP_TO_SINT()