Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp72 bool isLogicImmOpRedundant(unsigned Op, unsigned ImmVal) const;
218 bool AVRExpandPseudo::isLogicImmOpRedundant(unsigned Op, in isLogicImmOpRedundant() function in __anon0c359c080111::AVRExpandPseudo
256 if (!isLogicImmOpRedundant(Op, Lo8)) { in expandLogicImm()
270 if (!isLogicImmOpRedundant(Op, Hi8)) { in expandLogicImm()