Searched defs:isParam (Results 1 – 2 of 2) sorted by relevance
/llvm-project/polly/include/polly/ | ||
H A D | ScopInfo.h | 2019 bool isParam(const SCEV *Param) const { return Parameters.count(Param); } isParam() function |
/llvm-project/mlir/lib/Dialect/Transform/Interfaces/ | ||
H A D | TransformInterfaces.cpp | 1168 bool transform::TransformResults::isParam(unsigned resultNumber) const { isParam() function in transform::TransformResults |