Searched refs:FPZero (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 7433 SDValue FPZero = DAG.getConstantFP(0.0, DL, VT); in getSqrtInputTest() local 7440 return DAG.getSetCC(DL, CCVT, Op, FPZero, ISD::SETEQ); in getSqrtInputTest()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 12178 SDValue FPZero = DAG.getConstantFP(0.0, DL, VT); in getSqrtInputTest() local 12179 return DAG.getSetCC(DL, CCVT, Op, FPZero, ISD::SETEQ); in getSqrtInputTest()
|