Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DValueTypes.h150 return isSimple() ? V.isScalarInteger() : isExtendedScalarInteger(); in isScalarInteger()
501 bool isExtendedScalarInteger() const LLVM_READONLY;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DValueTypes.cpp70 bool EVT::isExtendedScalarInteger() const { in isExtendedScalarInteger() function in EVT