Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DInstruction.cpp436 bool IgnoreAlignment = false) { in haveSameSpecialState() argument
443 IgnoreAlignment); in haveSameSpecialState()
447 IgnoreAlignment) && in haveSameSpecialState()
453 IgnoreAlignment) && in haveSameSpecialState()
536 bool IgnoreAlignment = flags & CompareIgnoringAlignment; in isSameOperationAs() local
555 return haveSameSpecialState(this, I, IgnoreAlignment); in isSameOperationAs()