Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp2103 int OtherSelIdx = TII->getSelIdx(Opcode, OtherSrcIdx); in FoldOperand() local
2104 if (OtherSrcIdx < 0 || OtherSelIdx < 0) in FoldOperand()
2108 OtherSelIdx--; in FoldOperand()
2114 = cast<ConstantSDNode>(ParentNode->getOperand(OtherSelIdx)); in FoldOperand()