Searched defs:SelIdx (Results 1 - 2 of 2) sorted by relevance

/external/clang/tools/libclang/
H A DCXCursor.cpp978 CXCursor cxcursor::getSelectorIdentifierCursor(int SelIdx, CXCursor cursor) { argument
982 if (SelIdx == -1 ||
983 unsigned(SelIdx) >= cast<ObjCMessageExpr>(getCursorExpr(cursor))
987 newCursor.xdata = SelIdx;
990 if (SelIdx == -1 ||
991 unsigned(SelIdx) >= cast<ObjCMethodDecl>(getCursorDecl(cursor))
995 newCursor.xdata = SelIdx;
/external/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp2231 int SelIdx = TII->getSelIdx(Opcode, OperandIdx[i]); local
2233 SelIdx--;
2234 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp;
2284 int SelIdx = TII->getSelIdx(Opcode, OperandIdx[i]); local
2287 SelIdx--;
2290 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp;

Completed in 1508 milliseconds