Home
last modified time | relevance | path

Searched refs:isLeft (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DUndefResultChecker.cpp64 bool isLeft = true; in checkPostStmt() local
68 isLeft = true; in checkPostStmt()
72 isLeft = false; in checkPostStmt()
76 OS << "The " << (isLeft ? "left" : "right") in checkPostStmt()
/external/skia/src/core/
DSkScan_AAAPath.cpp1459 bool isLeft = in_interval && !prev_in_interval; in aaa_walk_edges() local
1464 if (currE->fRiteE && !isLeft) { in aaa_walk_edges()
1501 if (isLeft) { in aaa_walk_edges()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp4724 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) { in isVectorShiftRight() argument
4748 isLeft = false; in isVectorShiftRight()
4757 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) { in isVectorShiftLeft() argument
4781 isLeft = true; in isVectorShiftLeft()
4790 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) { in isVectorShift() argument
4796 if (isVectorShiftLeft(SVOp, DAG, isLeft, ShVal, ShAmt) || in isVectorShift()
4797 isVectorShiftRight(SVOp, DAG, isLeft, ShVal, ShAmt)) in isVectorShift()
4883 static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp, in getVShift() argument
4888 unsigned Opc = isLeft ? X86ISD::VSHL : X86ISD::VSRL; in getVShift()
6628 bool isLeft = false; in LowerVECTOR_SHUFFLE() local
[all …]
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp5470 static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp, unsigned NumBits, in getVShift() argument
5475 unsigned Opc = isLeft ? X86ISD::VSHLDQ : X86ISD::VSRLDQ; in getVShift()