Home
last modified time | relevance | path

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

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