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()
887 static Constant *getIntSequenceIfElementsMatch(ArrayRef<Constant *> V) { in getIntSequenceIfElementsMatch() function920 return getIntSequenceIfElementsMatch<SequenceTy, uint8_t>(V); in getSequenceIfElementsMatch()922 return getIntSequenceIfElementsMatch<SequenceTy, uint16_t>(V); in getSequenceIfElementsMatch()924 return getIntSequenceIfElementsMatch<SequenceTy, uint32_t>(V); in getSequenceIfElementsMatch()926 return getIntSequenceIfElementsMatch<SequenceTy, uint64_t>(V); in getSequenceIfElementsMatch()