Searched refs:isTruePredicate (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | SubtargetEmitter.cpp | 1440 static bool isTruePredicate(const Record *Rec) { in isTruePredicate() function 1453 T.PredTerm.size() - count_if(T.PredTerm, isTruePredicate); in emitPredicates() 1465 if (isTruePredicate(Rec)) in emitPredicates() 1554 [](const Record *R) { return isTruePredicate(R); }); in isAlwaysTrue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 6304 static bool isTruePredicate(CmpInst::Predicate Pred, const Value *LHS, in isTruePredicate() function 6374 if (isTruePredicate(CmpInst::ICMP_SLE, BLHS, ALHS, DL, Depth) && in isImpliedCondOperands() 6375 isTruePredicate(CmpInst::ICMP_SLE, ARHS, BRHS, DL, Depth)) in isImpliedCondOperands() 6381 if (isTruePredicate(CmpInst::ICMP_ULE, BLHS, ALHS, DL, Depth) && in isImpliedCondOperands() 6382 isTruePredicate(CmpInst::ICMP_ULE, ARHS, BRHS, DL, Depth)) in isImpliedCondOperands()
|