Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp2210 SmallVector<const SCEV *, 4> MulOps(drop_begin(Mul->operands())); in CollectAddOperandsWithScales() local
2211 const SCEV *Key = SE.getMulExpr(MulOps); in CollectAddOperandsWithScales()
2543 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local
2545 MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end()); in getAddExpr()
2546 InnerMul = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2577 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local
2579 MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end()); in getAddExpr()
2580 InnerMul1 = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2584 SmallVector<const SCEV *, 4> MulOps(OtherMul->op_begin(), in getAddExpr() local
2586 MulOps.append(OtherMul->op_begin()+OMulOp+1, OtherMul->op_end()); in getAddExpr()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp6740 SmallVector<Value *, 2> MulOps(Ops.begin() + 1, Ops.end()); in EmitCommonNeonBuiltinExpr() local
6742 EmitNeonCall(CGM.getIntrinsic(LLVMIntrinsic, Ty), MulOps, "vqdmlal"); in EmitCommonNeonBuiltinExpr()