Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDLegalizerHelper.cpp8326 APInt AllOneMantissa = APFloat::getLargest(Semantics).bitcastToAPInt() & ~Inf; in lowerISFPCLASS() local
8328 APInt::getOneBitSet(BitSize, AllOneMantissa.getActiveBits() - 1); in lowerISFPCLASS()
8401 MIRBuilder.buildConstant(IntTy, AllOneMantissa)); in lowerISFPCLASS()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp8649 APInt AllOneMantissa = APFloat::getLargest(Semantics).bitcastToAPInt() & ~Inf; in expandIS_FPCLASS() local
8651 APInt::getOneBitSet(BitSize, AllOneMantissa.getActiveBits() - 1); in expandIS_FPCLASS()
8738 SDValue MantissaV = DAG.getConstant(AllOneMantissa, DL, IntVT); in expandIS_FPCLASS()