Searched defs:numArguments (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/lib/Conversion/FuncToLLVM/ | ||
H A D | FuncToLLVM.cpp | 622 unsigned numArguments = op.getNumOperands(); matchAndRewrite() local |
/llvm-project/mlir/lib/Target/LLVMIR/ | ||
H A D | ModuleTranslation.cpp | 767 getPHISourceValue(Block * current,Block * pred,unsigned numArguments,unsigned index) getPHISourceValue() argument |
/llvm-project/mlir/lib/Conversion/GPUCommon/ | ||
H A D | GPUOpsLowering.cpp | 662 unsigned numArguments = op.getNumOperands(); matchAndRewrite() local |
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ | ||
H A D | LLVMDialect.cpp | 2547 unsigned numArguments = getFunctionType().getNumParams(); verifyRegions() local |