Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMDialect.h79 /*implicit*/ GEPArg(int32_t integer) : BaseT(integer) {} GEPArg() function
82 /*implicit*/ GEPArg(Value value) : BaseT(value) {} GEPArg() function
[all...]