Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DUndefResultChecker.cpp100 bool isLeft = true; in checkPostStmt() local
104 isLeft = true; in checkPostStmt()
108 isLeft = false; in checkPostStmt()
112 OS << "The " << (isLeft ? "left" : "right") << " operand of '" in checkPostStmt()
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.find/
H A Dranges.find.pass.cpp75 bool isLeft; member
76 friend constexpr bool operator==(OneWayComparable l, OneWayComparable) { return l.isLeft; } in operator ==()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9063 static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp, unsigned NumBits, in getVShift() argument
9068 unsigned Opc = isLeft ? X86ISD::VSHLDQ : X86ISD::VSRLDQ; in getVShift()