Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1003 template <class PredicateTy> class PredicateListMatcher {
1010 using PredicatesTy = std::deque<std::unique_ptr<PredicateTy>>;
1032 std::unique_ptr<PredicateTy> predicates_pop_front() { in predicates_pop_front()
1033 std::unique_ptr<PredicateTy> Front = std::move(Predicates.front()); in predicates_pop_front()
1039 void prependPredicate(std::unique_ptr<PredicateTy> &&Predicate) { in prependPredicate()
1046 std::logical_not<std::unique_ptr<PredicateTy>>()); in eraseNullPredicates()
1068 using PredicateFilterFunc = std::function<bool(const PredicateTy&)>;
/netbsd-src/external/apache2/llvm/dist/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()