Searched defs:isShift (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 91 bool isShift() { return isShift(getOpcode()); } in isShift() function 105 static inline bool isShift(unsigned Opcode) { in isShift() function
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 426 static bool isShift(MachineInstr *MI, int Opcode, int64_t Imm) { in isShift() function
|
/external/valgrind/main/VEX/priv/ |
D | guest_x86_toIR.c | 2397 Bool isShift, isRotate, isRotateC; in dis_Grp2() local
|
D | guest_amd64_toIR.c | 3514 Bool isShift, isRotate, isRotateC; in dis_Grp2() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 9354 bool isShift = HasSSE2 && isVectorShift(SVOp, DAG, isLeft, ShVal, ShAmt); in LowerVECTOR_SHUFFLE() local
|