Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_foreach_lowering.cpp240 const unsigned numAllocations = numArgsOrig - (hasOptions ? 2 : 1); in VisitCallExpr() local
241 if (numInputsExpected + numOutputsExpected != numAllocations) { in VisitCallExpr()
289 const llvm::APInt APIntNumAllocs(IntTySize, numAllocations); in VisitCallExpr()
305 if (numAllocations > 0) { in VisitCallExpr()
314 llvm::ArrayRef<clang::Expr*>(args + allocArgIndexStart, numAllocations), in VisitCallExpr()