Home
last modified time | relevance | path

Searched refs:IsSame (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h88 bool IsSame() const { return m_type == same; } in IsSame() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp1557 if (unwindplan_regloc.IsSame()) { in SavedLocationForRegister()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def590 TYPE_TRAIT_2(__is_same, IsSame, KEYCXX)
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5472 bool IsSame = MinMax->getPredicate() == ICmpInst::getStrictPredicate(Pred); in foldICmpWithMinMax() local
5474 if (IsSame) { in foldICmpWithMinMax()
5490 if (IsSame) { in foldICmpWithMinMax()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp8532 bool IsSame = Context.isSameEntity(NewDecl, OldConcept); in CheckConceptRedefinition() local
8533 if (!IsSame) { in CheckConceptRedefinition()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2876 auto &&IsSame = [VL](ArrayRef<Value *> Scalars, ArrayRef<int> Mask) { in isSame()
2894 return IsSame(Scalars, Mask); in isSame()
2897 return IsSame(Scalars, Mask); in isSame()
2901 return IsSame(Scalars, ReuseShuffleIndices); in isSame()