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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp2214 SDValue FakeOp; local
2259 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp;
2260 if (FoldOperand(Node, i, Src, Neg, Abs, Sel, FakeOp, DAG))
2266 if (FoldOperand(Node, i, Src, FakeOp, FakeOp, FakeOp, FakeOp, DAG))
2301 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp;

Completed in 28 milliseconds