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.h1540 inline bool isIndexTypeSigned(MemIndexType IndexType) { in isIndexTypeSigned() function
H A DSelectionDAGNodes.h2824 bool isIndexSigned() const { return isIndexTypeSigned(getIndexType()); }
2908 bool isIndexSigned() const { return isIndexTypeSigned(getIndexType()); }
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14106 if (isIndexTypeSigned(IndexType)) in narrowIndex()
16372 if (!isIndexTypeSigned(IndexType)) in legalizeScatterGatherIndexType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11876 if (ISD::isIndexTypeSigned(IndexType)) { in refineIndexType()
11884 ISD::isIndexTypeSigned(IndexType) && in refineIndexType()