Home
last modified time | relevance | path

Searched refs:PredicateTy (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp488 QualType PredicateTy = PredicatePtrTy->getPointeeType(); in create_dispatch_once() local
489 if (!PredicateTy->isIntegerType()) in create_dispatch_once()
530 PredicateTy), in create_dispatch_once()
531 M.makeIntegralCast(DoneValue, PredicateTy), in create_dispatch_once()
532 PredicateTy); in create_dispatch_once()
545 PredicateTy), in create_dispatch_once()
546 PredicateTy); in create_dispatch_once()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1016 template <class PredicateTy> class PredicateListMatcher {
1023 using PredicatesTy = std::deque<std::unique_ptr<PredicateTy>>;
1045 std::unique_ptr<PredicateTy> predicates_pop_front() { in predicates_pop_front()
1046 std::unique_ptr<PredicateTy> Front = std::move(Predicates.front()); in predicates_pop_front()
1052 void prependPredicate(std::unique_ptr<PredicateTy> &&Predicate) { in prependPredicate()
1059 std::logical_not<std::unique_ptr<PredicateTy>>()); in eraseNullPredicates()
1081 using PredicateFilterFunc = std::function<bool(const PredicateTy&)>;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1369 template <typename LHS_t, typename RHS_t, typename Class, typename PredicateTy,
1372 PredicateTy &Predicate;
1378 CmpClass_match(PredicateTy &Pred, const LHS_t &LHS, const RHS_t &RHS) in CmpClass_match()