Searched defs:isLeft (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DUndefResultChecker.cpp64 bool isLeft = true; local
68 isLeft = true;
72 isLeft = false;
76 OS << "The " << (isLeft ? "left" : "right")
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp4724 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
4748 isLeft = false;
4757 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
4781 isLeft = true;
4790 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
4796 if (isVectorShiftLeft(SVOp, DAG, isLeft, ShVal, ShAmt) ||
4797 isVectorShiftRight(SVOp, DAG, isLeft, ShVal, ShAmt))
4883 static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp, argument
4888 unsigned Opc = isLeft ? X86ISD::VSHL : X86ISD::VSRL;
6628 bool isLeft local
4723 isVectorShiftRight(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG, bool &isLeft, SDValue &ShVal, unsigned &ShAmt) argument
4756 isVectorShiftLeft(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG, bool &isLeft, SDValue &ShVal, unsigned &ShAmt) argument
4789 isVectorShift(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG, bool &isLeft, SDValue &ShVal, unsigned &ShAmt) argument
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5470 static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp, unsigned NumBits, argument
5475 unsigned Opc = isLeft ? X86ISD::VSHLDQ : X86ISD::VSRLDQ;
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 490 milliseconds