Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h322 std::unique_ptr<ExpressionAST> RightOp) in BinaryOperation() argument
325 RightOperand = std::move(RightOp); in BinaryOperation()
H A DFileCheck.cpp218 APInt RightOp = *MaybeRightOp; in eval() local
222 unsigned RightBitWidth = RightOp.getBitWidth(); in eval()
225 RightOp = RightOp.sext(NewBitWidth); in eval()
227 Expected<APInt> MaybeResult = EvalBinop(LeftOp, RightOp, Overflow); in eval()
236 RightOp = RightOp.sext(NewBitWidth); in eval()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8936 SDValue RightOp = MulOp.getOperand(1); in combineShiftToMulAddHigh() local
8948 if (ConstantSDNode *Constant = isConstOrConstSplat(RightOp)) { in combineShiftToMulAddHigh()
8958 if (LeftOp.getOpcode() != RightOp.getOpcode()) in combineShiftToMulAddHigh()
8961 if (NarrowVT != RightOp.getOperand(0).getValueType()) in combineShiftToMulAddHigh()
8963 MulhRightOp = RightOp.getOperand(0); in combineShiftToMulAddHigh()
8987 assert((WideVT == RightOp.getValueType()) && in combineShiftToMulAddHigh()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10646 SDValue RightOp = ShiftOperand.getOperand(1); in combineShiftToMULH() local
10680 if (ConstantSDNode *Constant = isConstOrConstSplat(RightOp)) { in combineShiftToMULH()
10690 if (LeftOp.getOpcode() != RightOp.getOpcode()) in combineShiftToMULH()
10693 if (NarrowVT != RightOp.getOperand(0).getValueType()) in combineShiftToMULH()
10695 MulhRightOp = RightOp.getOperand(0); in combineShiftToMULH()
10700 assert((WideVT == RightOp.getValueType()) && in combineShiftToMULH()