Home
last modified time | relevance | path

Searched refs:getNumArgOperands (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAbstractCallSite.h156 unsigned getNumArgOperands() const { in getNumArgOperands() function
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Interfaces/
H A DCIROpInterfaces.td36 "unsigned", "getNumArgOperands", (ins)>,
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp587 unsigned cir::CallOp::getNumArgOperands() { in getNumArgOperands() function in cir::CallOp
729 unsigned numCallOperands = callIf.getNumArgOperands(); in verifyCallCommInSymbolUses()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1028 for (unsigned u = 0, e = ACS.getNumArgOperands(); u < e; u++) { in getAssociatedArgument()
1966 std::min(size_t(ACS.getNumArgOperands()), Fn.arg_size()); in checkForAllCallSites()
2869 if (ACS.getNumArgOperands() != Fn->arg_size()) in isValidFunctionSignatureRewrite()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h675 if (ACS.getNumArgOperands() <= ArgNo)