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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1065 SDValue HWTrue, HWFalse; local
1069 HWFalse = DAG.getConstantFP(0.0f, DL, CompareVT);
1072 HWFalse = DAG.getConstant(0, DL, CompareVT);
1080 SDValue Cond = DAG.getNode(ISD::SELECT_CC, DL, CompareVT, LHS, RHS, HWTrue, HWFalse, CC);
1083 Cond, HWFalse,

Completed in 108 milliseconds