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

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

Completed in 275 milliseconds