Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp2114 int AbsIdx[] = { in PostISelFolding() local
2129 SDValue &Abs = Ops[AbsIdx[i] - 1]; in PostISelFolding()
2157 int AbsIdx[] = { in PostISelFolding() local
2168 SDValue &Abs = (AbsIdx[i] > -1) ? Ops[AbsIdx[i] - 1] : FakeAbs; in PostISelFolding()