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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp2239 int AbsIdx[] = { local
2254 SDValue &Abs = Ops[AbsIdx[i] - 1];
2282 int AbsIdx[] = { local
2293 SDValue &Abs = (AbsIdx[i] > -1) ? Ops[AbsIdx[i] - 1] : FakeAbs;

Completed in 54 milliseconds