Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h182 bool isSrcAligned(Align AlignCheck) const { in isSrcAligned() function
189 return isSrcAligned(AlignCheck) && isDstAligned(AlignCheck); in isAligned()