Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp130 auto isAny = TR->getValueAsInt("isAny"); in DXILOperationDesc() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h430 bool isAny() const { return Kind == Any; } in isAny() function