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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1060 SDValue HWTrue, HWFalse; local
1064 HWFalse = DAG.getConstantFP(0.0f, DL, CompareVT);
1067 HWFalse = DAG.getConstant(0, DL, CompareVT);
1075 SDValue Cond = DAG.getNode(ISD::SELECT_CC, DL, CompareVT, LHS, RHS, HWTrue, HWFalse, CC);
1078 Cond, HWFalse,

Completed in 105 milliseconds