Home
last modified time | relevance | path

Searched refs:IsBasicBlock (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
DLVLine.h23 IsBasicBlock, enumerator
61 KIND(LVLineKind, IsBasicBlock);
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
DLVLine.cpp50 {LVLineKind::IsBasicBlock, &LVLine::getIsBasicBlock},
/external/llvm/bindings/go/llvm/
Dir.go1096 func (v Value) IsBasicBlock() bool { return C.LLVMValueIsBasicBlock(v.C) != 0 } func