Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1472 inline bool isIndexTypeSigned(MemIndexType IndexType) { in isIndexTypeSigned() function
H A DSelectionDAGNodes.h2777 bool isIndexSigned() const { return isIndexTypeSigned(getIndexType()); }
2861 bool isIndexSigned() const { return isIndexTypeSigned(getIndexType()); }
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12872 if (isIndexTypeSigned(IndexType)) in narrowIndex()
15033 if (!isIndexTypeSigned(IndexType)) in legalizeScatterGatherIndexType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11808 if (ISD::isIndexTypeSigned(IndexType)) { in refineIndexType()
11816 ISD::isIndexTypeSigned(IndexType) && in refineIndexType()