Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7348 APInt InvertionMask = APInt::getAllOnesValue(DstTy.getScalarSizeInBits()); in lowerISFPCLASS() local
7462 DstTy, Sign, MIRBuilder.buildConstant(DstTy, InvertionMask)); in lowerISFPCLASS()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8071 APInt InvertionMask = APInt::getAllOnesValue(ResultVT.getScalarSizeInBits()); in expandIS_FPCLASS() local
8078 SDValue ResultInvertionMask = DAG.getConstant(InvertionMask, DL, ResultVT); in expandIS_FPCLASS()