Home
last modified time | relevance | path

Searched refs:ARep (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandFp.cpp163 Value *ARep = Builder.CreateZExt(ARep0, FPToI->getType()); in expandFPToI() local
169 Builder.CreateLShr(ARep, Builder.getIntN(BitWidth, FPMantissaWidth)); in expandFPToI()
172 Value *Abs = Builder.CreateAnd(ARep, SignificandMask); in expandFPToI()