Home
last modified time | relevance | path

Searched defs:LeftOp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h341 BinaryOperation(StringRef ExpressionStr,binop_eval_t EvalBinop,std::unique_ptr<ExpressionAST> LeftOp,std::unique_ptr<ExpressionAST> RightOp) BinaryOperation() argument
H A DFileCheck.cpp218 APInt LeftOp = *MaybeLeftOp; in eval() local
498 std::unique_ptr<ExpressionAST> LeftOp, in parseBinop()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10190 SDValue LeftOp = ShiftOperand.getOperand(0); in combineShiftToMULH() local
26335 bool Commute) { in visitVECTOR_SHUFFLE()