Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7711 APInt IntBitMask(BitSize, 0); in expandIS_FPCLASS() local
7712 IntBitMask.setBit(ExplicitIntBitInF80); in expandIS_FPCLASS()
7713 SDValue IntBitMaskV = DAG.getConstant(IntBitMask, DL, IntVT); in expandIS_FPCLASS()