Searched refs:isLeft (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| D | UndefResultChecker.cpp | 63 bool isLeft = true; in checkPostStmt() local 67 isLeft = true; in checkPostStmt() 71 isLeft = false; in checkPostStmt() 75 OS << "The " << (isLeft ? "left" : "right") in checkPostStmt()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 5136 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) { in isVectorShiftRight() argument 5162 isLeft = false; in isVectorShiftRight() 5171 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) { in isVectorShiftLeft() argument 5197 isLeft = true; in isVectorShiftLeft() 5206 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) { in isVectorShift() argument 5212 if (isVectorShiftLeft(SVOp, DAG, isLeft, ShVal, ShAmt) || in isVectorShift() 5213 isVectorShiftRight(SVOp, DAG, isLeft, ShVal, ShAmt)) in isVectorShift() 5301 static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp, in getVShift() argument 5306 unsigned Opc = isLeft ? X86ISD::VSHLDQ : X86ISD::VSRLDQ; in getVShift() 7354 bool isLeft = false; in LowerVECTOR_SHUFFLE() local [all …]
|