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

/external/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h102 bool isBlockAddress() const { return Kind == ARMCP::CPBlockAddress; } function in class:llvm::ARMConstantPoolValue
178 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA();
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h248 /// isBlockAddress - Tests if this is a MO_BlockAddress operand.
249 bool isBlockAddress() const { return OpKind == MO_BlockAddress; } function in class:llvm::MachineOperand
439 assert(isBlockAddress() && "Wrong MachineOperand accessor");
457 isBlockAddress()) && "Wrong MachineOperand accessor");
511 isBlockAddress()) && "Wrong MachineOperand accessor");

Completed in 93 milliseconds