Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDISDOpcodes.h1540 inline bool isIndexTypeSigned(MemIndexType IndexType) { in isIndexTypeSigned() function
HDSelectionDAGNodes.h2824 bool isIndexSigned() const { return isIndexTypeSigned(getIndexType()); }
2908 bool isIndexSigned() const { return isIndexTypeSigned(getIndexType()); }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp14106 if (isIndexTypeSigned(IndexType)) in narrowIndex()
16372 if (!isIndexTypeSigned(IndexType)) in legalizeScatterGatherIndexType()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp11876 if (ISD::isIndexTypeSigned(IndexType)) { in refineIndexType()
11884 ISD::isIndexTypeSigned(IndexType) && in refineIndexType()