Home
last modified time | relevance | path

Searched defs:SMRange (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/Support/
H A DSMLoc.h53 SMRange(std::nullopt_t) {} in SMRange() function
54 SMRange(SMLoc St, SMLoc En) : Start(St), End(En) { in SMRange() function
/llvm-project/mlir/include/mlir/Support/
H A DLLVM.h95 class SMRange; variable
/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h51 class SMRange; global() variable