Home
last modified time | relevance | path

Searched refs:getIntersection (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h3055 bool getIntersection(const SetContents &RHS) {
3135 bool getIntersection(const SetContents &RHS) {
3141 Assumed.getIntersection(RHS);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5242 FunctionEffectSet FunctionEffectSet::getIntersection(FunctionEffectsRef LHS, in getIntersection() function in FunctionEffectSet
H A DASTContext.cpp10866 MergedFX = FunctionEffectSet::getIntersection(LHSFX, RHSFX); in mergeFunctionTypes()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4954 static FunctionEffectSet getIntersection(FunctionEffectsRef LHS,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp11800 Changed |= getIntersection(AssumptionAA->getAssumed()); in updateImpl()
11838 bool Changed = getIntersection(AssumptionAA->getAssumed()); in updateImpl()