Searched refs:AbsA (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2085 SDValue AbsA = DAG.getNode(ISD::FABS, SL, VT, A); local
2104 DAG.getSetCC(SL, SetCCVT, AbsA, DAG.getConstantFP(pow(2.0, 23.0), SL, VT),
2109 SDValue IsSmall =DAG.getSetCC(SL, SetCCVT, AbsA,
2126 SDValue AbsA = DAG.getNode(ISD::FABS, SL, VT, A); local
2129 SDValue AdjustedA = DAG.getNode(ISD::FADD, SL, VT, AbsA,
2135 SDValue IsSmall =DAG.getSetCC(SL, SetCCVT, AbsA,
2147 DAG.getSetCC(SL, SetCCVT, AbsA, DAG.getConstantFP(pow(2.0, 52.0), SL, VT),

Completed in 116 milliseconds