Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h237 return static_cast<T *>(getUntypedInput(Index)); in getInput()
245 void *getUntypedInput(size_t Index);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTFUtils.cpp439 void *TFModelEvaluator::getUntypedInput(size_t Index) { in getUntypedInput() function in TFModelEvaluator