Searched defs:VH (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DValueMap.h274 typedef ValueMapCallbackVH<KeyT, ValueT, Config> VH; typedef in struct:llvm::DenseMapInfo
276 static inline VH getEmptyKey() {
277 return VH(DenseMapInfo<Value *>::getEmptyKey());
279 static inline VH getTombstoneKey() {
280 return VH(DenseMapInfo<Value *>::getTombstoneKey());
282 static unsigned getHashValue(const VH &Val) {
288 static bool isEqual(const VH &LHS, const VH &RHS) {
291 static bool isEqual(const KeyT &LHS, const VH &RHS) {
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3287 static bool hasValueBeenRAUWed(ArrayRef<Value *> VL, ArrayRef<WeakVH> VH, argument
3290 VH = VH.slice(SliceBegin, SliceSize);
3291 return !std::equal(VL.begin(), VL.end(), VH.begin());

Completed in 352 milliseconds