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.h1651 inline bool isIndexTypeSigned(MemIndexType IndexType) { in isIndexTypeSigned() function
H A DSelectionDAGNodes.h2936 bool isIndexSigned() const { return isIndexTypeSigned(getIndexType()); }
3020 bool isIndexSigned() const { return isIndexTypeSigned(getIndexType()); }
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16257 if (isIndexTypeSigned(IndexType)) in narrowIndex()
19224 if (!isIndexTypeSigned(IndexType)) in legalizeScatterGatherIndexType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12496 if (ISD::isIndexTypeSigned(IndexType)) { in refineIndexType()
12504 ISD::isIndexTypeSigned(IndexType) && in refineIndexType()