Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRExpandPseudoInsts.cpp77 bool isLogicImmOpRedundant(unsigned Op, unsigned ImmVal) const;
207 isLogicImmOpRedundant(unsigned Op, unsigned ImmVal) const { in isLogicImmOpRedundant() function in __anon45e00deb0111::AVRExpandPseudo
233 if (!isLogicImmOpRedundant(Op, Lo8)) { in expandLogicImm()
243 if (!isLogicImmOpRedundant(Op, Hi8)) { in expandLogicImm()