Home
last modified time | relevance | path

Searched defs:isParam (Results 1 – 2 of 2) sorted by relevance

/llvm-project/polly/include/polly/
H A DScopInfo.h2019 bool isParam(const SCEV *Param) const { return Parameters.count(Param); } isParam() function
/llvm-project/mlir/lib/Dialect/Transform/Interfaces/
H A DTransformInterfaces.cpp1168 bool transform::TransformResults::isParam(unsigned resultNumber) const { isParam() function in transform::TransformResults