Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp533 bool isSmallConstant(unsigned VR) const;
661 bool HexagonGenInsert::isSmallConstant(unsigned VR) const { in isSmallConstant() function in HexagonGenInsert
967 if (findSelfReference(VR) || isSmallConstant(VR)) in collectInBlock()