Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp71 bool isLogicRegOpUndef(unsigned Op, unsigned ImmVal) const;
230 bool AVRExpandPseudo::isLogicRegOpUndef(unsigned Op, unsigned ImmVal) const { in isLogicRegOpUndef() function in __anon0c359c080111::AVRExpandPseudo
264 if (isLogicRegOpUndef(Op, Lo8)) in expandLogicImm()
278 if (isLogicRegOpUndef(Op, Hi8)) in expandLogicImm()