Home
last modified time | relevance | path

Searched defs:isUnaligned (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp76 bool isUnaligned = MMO->getAlign() < MMO->getSize().getValue(); tryCombineAll() local
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h332 bool isUnaligned() const { in isUnaligned() function
/llvm-project/mlir/lib/Bytecode/Reader/
H A DBytecodeReader.cpp109 auto isUnaligned = [&](const uint8_t *ptr) { in alignTo() local