Home
last modified time | relevance | path

Searched refs:MulOps (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp2223 SmallVector<const SCEV *, 4> MulOps(drop_begin(Mul->operands())); in CollectAddOperandsWithScales() local
2224 const SCEV *Key = SE.getMulExpr(MulOps); in CollectAddOperandsWithScales()
2685 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local
2687 MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end()); in getAddExpr()
2688 InnerMul = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2719 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local
2721 MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end()); in getAddExpr()
2722 InnerMul1 = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2726 SmallVector<const SCEV *, 4> MulOps(OtherMul->op_begin(), in getAddExpr() local
2728 MulOps.append(OtherMul->op_begin()+OMulOp+1, OtherMul->op_end()); in getAddExpr()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp6821 SmallVector<Value *, 2> MulOps(Ops.begin() + 1, Ops.end()); in EmitCommonNeonBuiltinExpr() local
6823 EmitNeonCall(CGM.getIntrinsic(LLVMIntrinsic, Ty), MulOps, "vqdmlal"); in EmitCommonNeonBuiltinExpr()