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

  /external/llvm/include/llvm/
Instruction.h 87 bool isShift() { return isShift(getOpcode()); }
101 static inline bool isShift(unsigned Opcode) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 300 final boolean isShift, Settings.Values settingsValues) {
305 xmlId = (isSymbols && isShift) ? R.xml.kbd_phone_shift : R.xml.kbd_phone;
312 xmlId = isShift ? R.xml.kbd_symbols_shift : R.xml.kbd_symbols;
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 366 if (TrOp && I.isLogicalShift() && TrOp->isShift() &&
527 if (ShiftOp && !ShiftOp->isShift())
InstCombineAndOrXor.cpp 200 if (!Op->isShift())
    [all...]
InstCombineCompares.cpp     [all...]
  /frameworks/base/core/java/android/webkit/
WebViewCore.java 538 int repeatCount, boolean isShift, boolean isAlt, boolean isSym,
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c     [all...]
guest_x86_toIR.c     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 472 milliseconds