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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp73 bool isLogicRegOpUndef(unsigned Op, unsigned ImmVal) const;
232 bool AVRExpandPseudo::isLogicRegOpUndef(unsigned Op, unsigned ImmVal) const { function in class:__anon2286::AVRExpandPseudo
266 if (isLogicRegOpUndef(Op, Lo8))
280 if (isLogicRegOpUndef(Op, Hi8))

Completed in 179 milliseconds