Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_foreach_lowering.cpp234 const unsigned numOutputsExpected = resultType->isVoidType() ? 0 : 1; in VisitCallExpr() local
241 if (numInputsExpected + numOutputsExpected != numAllocations) { in VisitCallExpr()
365 const llvm::APInt APIntNumOutput(IntTySize, numOutputsExpected); in VisitCallExpr()