Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp487 bool isSmallConstant(unsigned VR) const;
613 bool HexagonGenInsert::isSmallConstant(unsigned VR) const { in isSmallConstant() function in HexagonGenInsert
926 if (findSelfReference(VR) || isSmallConstant(VR)) in collectInBlock()