HomeSort by relevance Sort by last modified time
    Searched refs:isShift (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/IR/
Instruction.h 88 bool isShift() { return isShift(getOpcode()); }
102 static inline bool isShift(unsigned Opcode) {
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 367 if (TrOp && I.isLogicalShift() && TrOp->isShift() &&
525 if (ShiftOp && !ShiftOp->isShift())
InstCombineAndOrXor.cpp 137 if (!Op->isShift())
    [all...]
InstCombineCompares.cpp     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 599 if (key.isShift()) {
643 if (key.isShift()) {
    [all...]
Key.java 492 public final boolean isShift() {
    [all...]
  /external/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp 688 if (!ShiftInst || !ShiftInst->isShift()) {
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 447 bool isShift() const {
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewCore.java 612 int unichar, int repeatCount, boolean isShift, boolean isAlt,
    [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_toIR.c     [all...]
guest_amd64_toIR.c     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1467 milliseconds