Home
last modified time | relevance | path

Searched defs:implies (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyLogical.cpp19 static bool implies(const LExpr *LHS, bool LNeg, const LExpr *RHS, bool RNeg) { in implies() function
105 bool implies(const LExpr *LHS, const LExpr *RHS) { in implies() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h98 bool LExpr::implies(const LExpr *RHS) const { in implies() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DAArch64TargetParser.h125 bool implies(const ArchInfo &Other) const { in implies() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2597 auto implies = [](uint64_t A, uint64_t B) { return (A & B) == B; }; in OptimizeNonTrivialIFuncs() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp14946 bool SCEVComparePredicate::implies(const SCEVPredicate *N, in implies() function in SCEVComparePredicate
14977 bool SCEVWrapPredicate::implies(const SCEVPredicate *N, in implies() function in SCEVWrapPredicate
15073 bool SCEVUnionPredicate::implies(const SCEVPredicate *N, in implies() function in SCEVUnionPredicate