Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7689 APInt InvertionMask = APInt::getAllOnesValue(ResultVT.getScalarSizeInBits()); in expandIS_FPCLASS() local
7696 SDValue ResultInvertionMask = DAG.getConstant(InvertionMask, DL, ResultVT); in expandIS_FPCLASS()