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

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

Completed in 82 milliseconds