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