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

/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h204 /// isJTI - Tests if this is a MO_JumpTableIndex operand.
205 bool isJTI() const { return OpKind == MO_JumpTableIndex; } function in class:llvm::MachineOperand
381 assert((isFI() || isCPI() || isJTI()) &&
437 assert((isFI() || isCPI() || isJTI()) &&

Completed in 38 milliseconds