Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp2312 SmallVector<const SCEV *, 4> MulOps(drop_begin(Mul->operands())); in CollectAddOperandsWithScales() local
2313 const SCEV *Key = SE.getMulExpr(MulOps); in CollectAddOperandsWithScales()
2830 SmallVector<const SCEV *, 4> MulOps( in getAddExpr() local
2832 append_range(MulOps, Mul->operands().drop_front(MulOp + 1)); in getAddExpr()
2833 InnerMul = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2864 SmallVector<const SCEV *, 4> MulOps( in getAddExpr() local
2866 append_range(MulOps, Mul->operands().drop_front(MulOp+1)); in getAddExpr()
2867 InnerMul1 = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2871 SmallVector<const SCEV *, 4> MulOps( in getAddExpr() local
2873 append_range(MulOps, OtherMul->operands().drop_front(OMulOp+1)); in getAddExpr()
[all …]
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp7192 SmallVector<Value *, 2> MulOps(Ops.begin() + 1, Ops.end()); in EmitCommonNeonBuiltinExpr() local
7194 EmitNeonCall(CGM.getIntrinsic(LLVMIntrinsic, Ty), MulOps, "vqdmlal"); in EmitCommonNeonBuiltinExpr()