Home
last modified time | relevance | path

Searched defs:isShift (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLatencyMutations.cpp74 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 DInstruction.h151 bool isShift() const { return cast<llvm::Instruction>(Val)->isShift(); } in isShift() function