Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7708 SDValue IntBitIsSetV; // Explicit integer bit in f80 mantissa is set. in expandIS_FPCLASS() local
7710 if (!IntBitIsSetV) { in expandIS_FPCLASS()
7715 IntBitIsSetV = DAG.getSetCC(DL, ResultVT, IntBitV, ZeroV, ISD::SETNE); in expandIS_FPCLASS()
7717 return IntBitIsSetV; in expandIS_FPCLASS()