Searched refs:ARep (Results 1 – 1 of 1) sorted by relevance
159 Value *ARep = Builder.CreateZExt(ARep0, FPToI->getType()); in expandFPToI() local165 Builder.CreateLShr(ARep, Builder.getIntN(BitWidth, FPMantissaWidth)); in expandFPToI()168 Value *Abs = Builder.CreateAnd(ARep, SignificandMask); in expandFPToI()