Searched refs:getIntSequenceIfElementsMatch (Results 1 – 2 of 2) sorted by relevance
819 static Constant *getIntSequenceIfElementsMatch(ArrayRef<Constant *> V) { in getIntSequenceIfElementsMatch() function852 return getIntSequenceIfElementsMatch<SequenceTy, uint8_t>(V); in getSequenceIfElementsMatch()854 return getIntSequenceIfElementsMatch<SequenceTy, uint16_t>(V); in getSequenceIfElementsMatch()856 return getIntSequenceIfElementsMatch<SequenceTy, uint32_t>(V); in getSequenceIfElementsMatch()858 return getIntSequenceIfElementsMatch<SequenceTy, uint64_t>(V); in getSequenceIfElementsMatch()
992 static Constant *getIntSequenceIfElementsMatch(ArrayRef<Constant *> V) { in getIntSequenceIfElementsMatch() function1025 return getIntSequenceIfElementsMatch<SequenceTy, uint8_t>(V); in getSequenceIfElementsMatch()1027 return getIntSequenceIfElementsMatch<SequenceTy, uint16_t>(V); in getSequenceIfElementsMatch()1029 return getIntSequenceIfElementsMatch<SequenceTy, uint32_t>(V); in getSequenceIfElementsMatch()1031 return getIntSequenceIfElementsMatch<SequenceTy, uint64_t>(V); in getSequenceIfElementsMatch()