Searched defs:getResultType (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/ | ||
H A D | Nodes.h | 937 Type getResultType() const { return resultType; } in getResultType() function |
/llvm-project/clang/lib/StaticAnalyzer/Core/ | ||
H A D | CallEvent.cpp | 71 QualType CallEvent::getResultType() const { getResultType() function in CallEvent |
/llvm-project/flang/lib/Lower/ | ||
H A D | CallInterface.cpp | 1542 Fortran::lower::CallInterface<T>::getResultType() const { getResultType() function in Fortran::lower::CallInterface |
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | VPlan.h | 1425 Type *getResultType() const { return ResultTy; } getResultType() function |