Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp7345 APInt AllOneMantissa = APFloat::getLargest(Semantics).bitcastToAPInt() & ~Inf; in lowerISFPCLASS() local
7347 APInt::getOneBitSet(BitSize, AllOneMantissa.getActiveBits() - 1); in lowerISFPCLASS()
7442 MIRBuilder.buildConstant(IntTy, AllOneMantissa)); in lowerISFPCLASS()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp8068 APInt AllOneMantissa = APFloat::getLargest(Semantics).bitcastToAPInt() & ~Inf; in expandIS_FPCLASS() local
8070 APInt::getOneBitSet(BitSize, AllOneMantissa.getActiveBits() - 1); in expandIS_FPCLASS()
8189 SDValue MantissaV = DAG.getConstant(AllOneMantissa, DL, IntVT); in expandIS_FPCLASS()