Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp532 bool isSmallConstant(unsigned VR) const;
651 bool HexagonGenInsert::isSmallConstant(unsigned VR) const { in isSmallConstant() function in HexagonGenInsert
949 if (findSelfReference(VR) || isSmallConstant(VR)) in collectInBlock()