Lines Matching full:apint
21 #include "llvm/ADT/APInt.h"
50 static inline APInt getEmptyKey() {
51 APInt V(nullptr, 0);
55 static inline APInt getTombstoneKey() {
56 APInt V(nullptr, 0);
60 static unsigned getHashValue(const APInt &Key) {
63 static bool isEqual(const APInt &LHS, const APInt &RHS) {
871 typedef DenseMap<APInt, ConstantInt *, DenseMapAPIntKeyInfo> IntMapTy;