Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8093 APInt IntBitMask(BitSize, 0); in expandIS_FPCLASS() local
8094 IntBitMask.setBit(ExplicitIntBitInF80); in expandIS_FPCLASS()
8095 SDValue IntBitMaskV = DAG.getConstant(IntBitMask, DL, IntVT); in expandIS_FPCLASS()