Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp489 QualType PredicateTy = PredicatePtrTy->getPointeeType(); in create_dispatch_once() local
490 if (!PredicateTy->isIntegerType()) in create_dispatch_once()
531 PredicateTy), in create_dispatch_once()
532 M.makeIntegralCast(DoneValue, PredicateTy), in create_dispatch_once()
533 PredicateTy); in create_dispatch_once()
546 PredicateTy), in create_dispatch_once()
547 PredicateTy); in create_dispatch_once()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp938 template <class PredicateTy> class PredicateListMatcher {
945 using PredicatesTy = std::deque<std::unique_ptr<PredicateTy>>;
971 std::unique_ptr<PredicateTy> predicates_pop_front() { in predicates_pop_front()
972 std::unique_ptr<PredicateTy> Front = std::move(Predicates.front()); in predicates_pop_front()
978 void prependPredicate(std::unique_ptr<PredicateTy> &&Predicate) { in prependPredicate()
985 std::logical_not<std::unique_ptr<PredicateTy>>()); in eraseNullPredicates()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DPatternMatch.h982 template <typename LHS_t, typename RHS_t, typename Class, typename PredicateTy,
985 PredicateTy &Predicate;
991 CmpClass_match(PredicateTy &Pred, const LHS_t &LHS, const RHS_t &RHS) in CmpClass_match()