Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp9273 APInt QNaNBitMask = in lowerISFPCLASS() local
9369 auto InfWithQnanBitC = MIRBuilder.buildConstant(IntTy, Inf | QNaNBitMask); in lowerISFPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9055 APInt QNaNBitMask = in expandIS_FPCLASS() local
9166 APInt InfWithQnanBit = Inf | QNaNBitMask; in expandIS_FPCLASS()