Searched refs:isTruePredicate (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1545 static bool isTruePredicate(const Record *Rec) { function
1558 T.PredTerm.size() - count_if(T.PredTerm, isTruePredicate);
1570 if (isTruePredicate(Rec))
1655 return llvm::all_of(T.PredTerm, isTruePredicate);
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8157 static bool isTruePredicate(CmpInst::Predicate Pred, const Value *LHS,
8229 if (isTruePredicate(CmpInst::ICMP_SLE, BLHS, ALHS, DL, Depth) &&
8230 isTruePredicate(CmpInst::ICMP_SLE, ARHS, BRHS, DL, Depth))
8236 if (isTruePredicate(CmpInst::ICMP_SLE, ALHS, BLHS, DL, Depth) &&
8237 isTruePredicate(CmpInst::ICMP_SLE, BRHS, ARHS, DL, Depth))
8243 if (isTruePredicate(CmpInst::ICMP_ULE, BLHS, ALHS, DL, Depth) &&
8244 isTruePredicate(CmpInst::ICMP_ULE, ARHS, BRHS, DL, Depth))
8250 if (isTruePredicate(CmpInst::ICMP_ULE, ALHS, BLHS, DL, Depth) &&
8251 isTruePredicate(CmpInst::ICMP_ULE, BRHS, ARHS, DL, Depth))

Completed in 116 milliseconds