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