Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3513 isBitcast = IsNodeBitcast(N); in Analyze()
3517 bool IsNodeBitcast(const TreePatternNode *N) const { in IsNodeBitcast() function in InstAnalyzer