Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp2334 int AbsIdx[] = { in PostISelFolding() local
2349 SDValue &Abs = Ops[AbsIdx[i] - 1]; in PostISelFolding()
2391 int AbsIdx[] = { in PostISelFolding() local
2402 SDValue &Abs = (AbsIdx[i] > -1) ? Ops[AbsIdx[i] - 1] : FakeAbs; in PostISelFolding()