Home
last modified time | relevance | path

Searched defs:isBlockAddress (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMConstantPoolValue.h81 bool isBlockAddress() const { return Kind == ARMCP::CPBlockAddress; } in isBlockAddress() function
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h102 bool isBlockAddress() const { return Kind == ARMCP::CPBlockAddress; } in isBlockAddress() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineOperand.h211 bool isBlockAddress() const { return OpKind == MO_BlockAddress; } in isBlockAddress() function
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h252 bool isBlockAddress() const { return OpKind == MO_BlockAddress; } in isBlockAddress() function