Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp2143 int AbsIdx[] = { in PostISelFolding() local
2158 SDValue &Abs = Ops[AbsIdx[i] - 1]; in PostISelFolding()
2186 int AbsIdx[] = { in PostISelFolding() local
2197 SDValue &Abs = (AbsIdx[i] > -1) ? Ops[AbsIdx[i] - 1] : FakeAbs; in PostISelFolding()