Home
last modified time | relevance | path

Searched refs:IntersectAttrs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp851 bool IntersectAttrs) const { in hasSameSpecialState()
856 auto CheckAttrsSame = [IntersectAttrs](const CallBase *CB0, in hasSameSpecialState()
858 return IntersectAttrs in hasSameSpecialState()
933 bool IntersectAttrs) const { in isIdenticalToWhenDefined()
941 IntersectAttrs); in isIdenticalToWhenDefined()
956 IntersectAttrs); in isIdenticalToWhenDefined()
965 bool IntersectAttrs = flags & CompareUsingIntersectedAttrs; in isSameOperationAs() local
983 return this->hasSameSpecialState(I, IgnoreAlignment, IntersectAttrs); in isSameOperationAs()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h940 bool IntersectAttrs = false) const LLVM_READONLY;
975 bool IntersectAttrs = false) const LLVM_READONLY;