Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp2397 bool IsNodeBitcast(const TreePatternNode *N) const { in IsNodeBitcast() function in InstAnalyzer
2441 IsBitcast = IsNodeBitcast(N); in AnalyzeNode()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2762 bool IsNodeBitcast(const TreePatternNode *N) const { in IsNodeBitcast() function in InstAnalyzer
2807 isBitcast = IsNodeBitcast(N); in AnalyzeNode()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3301 isBitcast = IsNodeBitcast(N); in Analyze()
3305 bool IsNodeBitcast(const TreePatternNode *N) const { in IsNodeBitcast() function in InstAnalyzer