Searched refs:ShiftLeft (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp93 ShiftLeft, member in class:llvm::RuntimeDyldCheckerExprEval::BinOpToken
159 return std::make_pair(BinOpToken::ShiftLeft, Expr.substr(2).ltrim());
198 case BinOpToken::ShiftLeft:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp861 Value *ShiftLeft; local
862 if (!match(Op1, m_ZExt(m_Value(ShiftLeft))))
863 ShiftLeft = Op1;
867 if (!match(ShiftLeft, m_Shl(m_Constant(CI), m_Value(N))))
873 if (Op1 != ShiftLeft)
H A DInstCombineCalls.cpp295 bool ShiftLeft = false; local
317 LogicalShift = false; ShiftLeft = false;
337 LogicalShift = true; ShiftLeft = false;
357 LogicalShift = true; ShiftLeft = true;
360 assert((LogicalShift || !ShiftLeft) && "Only logical shifts can shift left");
414 if (ShiftLeft)
429 bool ShiftLeft = false; local
443 ShiftLeft = false;
455 ShiftLeft = false;
467 ShiftLeft
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h871 inline bool ShiftLeft(InterpState &S, CodePtr OpPC, const T &V, unsigned RHS) {
904 return ShiftLeft<TL, TR>(S, OpPC, LHS, Trunc<TR, TL>(S, OpPC, Bits, -RHS));
921 return ShiftLeft<TL, TR>(S, OpPC, LHS, Trunc<TR, TL>(S, OpPC, Bits, RHS));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5887 unsigned ShiftLeft = NumElems - SubVecNumElems;
5890 DAG.getTargetConstant(ShiftLeft, dl, MVT::i8));
5928 unsigned ShiftLeft = NumElems - SubVecNumElems;
5939 DAG.getTargetConstant(ShiftLeft, dl, MVT::i8));
5950 DAG.getTargetConstant(ShiftLeft, dl, MVT::i8));
[all...]

Completed in 248 milliseconds