Searched refs:ExponentBits (Results 1 – 2 of 2) sorted by relevance
7849 auto ExponentBits = MIRBuilder.buildLShr(SrcTy, AndExpMask, ExponentLoBit); in lowerFPTOSI() local7866 auto Exponent = MIRBuilder.buildSub(SrcTy, ExponentBits, Bias); in lowerFPTOSI()
8422 SDValue ExponentBits = DAG.getNode( in expandFP_TO_SINT() local8425 SDValue Exponent = DAG.getNode(ISD::SUB, dl, IntVT, ExponentBits, Bias); in expandFP_TO_SINT()