Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_foreach_lowering.cpp236 const unsigned numInputsExpected = RSExportForEach::getNumInputs(mCtxt->getTargetAPI(), kernel); in VisitCallExpr() local
241 if (numInputsExpected + numOutputsExpected != numAllocations) { in VisitCallExpr()
370 const llvm::APInt APIntNumInputs(IntTySize, numInputsExpected); in VisitCallExpr()