Searched defs:isShift (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ | ||
| H A D | ARMLatencyMutations.cpp | 74 bool isShift(unsigned Op) { return Info[Op].IsShift; } in isShift() function in llvm::__anonf3433be90111::InstructionInformation |
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ | ||
| H A D | Instruction.h | 151 bool isShift() const { return cast<llvm::Instruction>(Val)->isShift(); } in isShift() function |