Home
last modified time | relevance | path

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

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